mirror of
https://github.com/bvanroll/cicdTest.git
synced 2025-08-29 20:12:43 +00:00
docker laten werken hiermee is zo moeilijk
This commit is contained in:
10
manifests/triggers/trigger-binding.yaml
Normal file
10
manifests/triggers/trigger-binding.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
apiVersion: tekton.dev/v1alpha1
|
||||
kind: TriggerBinding
|
||||
metadata:
|
||||
name: pipeline-binding
|
||||
spec:
|
||||
params:
|
||||
- name: gitrevision
|
||||
value: $(body.head_commit.id)
|
||||
- name: gitrepositoryurl
|
||||
value: "https://github.com/$(body.repository.full_name)"
|
Reference in New Issue
Block a user