mirror of
https://github.com/bvanroll/cicdTest.git
synced 2025-08-29 20:12:43 +00:00
10 lines
255 B
YAML
10 lines
255 B
YAML
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)" |