mirror of
https://github.com/bvanroll/stage-infra.git
synced 2025-12-12 19:46:11 +00:00
temp commit die ga falen
This commit is contained in:
@@ -12,7 +12,6 @@ spec:
|
||||
- name: github-trigger-binding
|
||||
template:
|
||||
name: github-trigger-template
|
||||
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
|
||||
@@ -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.)"
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user