mirror of
https://github.com/bvanroll/stage-infra.git
synced 2025-09-08 00:30:32 +00:00
inputs > gewoon params is zo een rare change
This commit is contained in:
@@ -3,13 +3,12 @@ apiVersion: tekton.dev/v1alpha1
|
||||
kind: TriggerBinding
|
||||
metadata:
|
||||
name: github-trigger-binding
|
||||
namespace: tekton-pipeline-1
|
||||
spec:
|
||||
params:
|
||||
- name: gitrevision
|
||||
value: $(body.repository.default_branch)
|
||||
value: "$(body.head_commit.id)"
|
||||
- name: gitrepositoryurl
|
||||
value: $(body.repository.clone_url)
|
||||
value: "$(body.repository.clone_url)"
|
||||
- name: gitreponame
|
||||
value: $(body.repository.name)
|
||||
- name: pipelinename
|
||||
value: "pipeline for commit $(body.)"
|
||||
value: $(body.repository.name)
|
Reference in New Issue
Block a user