temp commit die ga falen

This commit is contained in:
2020-03-16 13:04:01 +01:00
parent defdbaa3ab
commit c7474c0132
11 changed files with 120 additions and 9 deletions

View File

@@ -12,7 +12,6 @@ spec:
- name: github-trigger-binding
template:
name: github-trigger-template
---
apiVersion: v1
kind: Service

View File

@@ -10,4 +10,6 @@ spec:
- name: gitrepositoryurl
value: $(body.repository.clone_url)
- name: gitreponame
value: $(body.repository.name)
value: $(body.repository.name)
- name: pipelinename
value: "pipeline for commit $(body.)"

View File

@@ -12,11 +12,13 @@ spec:
description: The git repository url
- name: gitreponame
description: the name of the git repository
- name: pipelinename
description: name the pipelinerun will have
resourcetemplates:
- apiVersion: tekton.dev/v1alpha1
kind: PipelineRun
metadata:
name: application-pipeline-run
name: $(inputs.params.pipelinename)
spec:
serviceAccountName: service-acc
pipelineRef: