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