Skip to content

Instantly share code, notes, and snippets.

@dlorenc
Created November 21, 2019 16:27
Show Gist options
  • Save dlorenc/4878ff136fe5bbf54f7d1f8f854f287c to your computer and use it in GitHub Desktop.
Save dlorenc/4878ff136fe5bbf54f7d1f8f854f287c to your computer and use it in GitHub Desktop.
apiVersion: tekton.dev/v1alpha1
kind: TriggerBinding
metadata:
name: review-pipeline-binding
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment