Create zcash-android-pr-triggerbinding.yml

Adding in triggerbindings
This commit is contained in:
Marshall Gaucher 2020-06-17 11:40:10 -07:00 committed by GitHub
parent 567b3fc2eb
commit 1f3be5fa5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,19 @@
---
apiVersion: triggers.tekton.dev/v1alpha1
kind: TriggerBinding
metadata:
name: zcash-android-pr-binding
spec:
params:
- name: dockerImageName
value: electriccoinco/zcash-android-builder
- name: gitCommit
value: $(body.pull_request.head.sha)
- name: short_sha
value: $(body.short_sha)
- name: gitRepositoryURL
value: $(body.repository.clone_url)
- name: gitHubProject
value: $(body.repository.full_name)
- name: statusURL
value: https://tekton-dashboard-prod.z.cash/#/namespaces/default/pipelineruns?labelSelector=tekton.dev%2Fpipeline%3Dzcash-android-pr-pipeline