mirror of
https://github.com/bvanroll/cicdTest.git
synced 2025-08-29 03:52:44 +00:00
18 lines
454 B
YAML
18 lines
454 B
YAML
---
|
|
apiVersion: tekton.dev/v1alpha1
|
|
kind: TriggerBinding
|
|
metadata:
|
|
name: github-trigger-binding
|
|
#namespace: stage-tekton-pipeline
|
|
spec:
|
|
params:
|
|
- name: gitrevision
|
|
value: $(body.repository.default_branch)
|
|
- name: gitrepositoryurl
|
|
value: $(body.repository.clone_url)
|
|
# - name: prurl
|
|
# value: $(body.pull_request.html_url)
|
|
# - name: repo
|
|
# value: $(body.pull_request.base.repo.full_name)
|
|
# - name: source
|
|
# value: github |