mmmmmmmmmmm

This commit is contained in:
2020-03-17 15:58:51 +01:00
parent d9faa1043f
commit 9cc56f398d
6 changed files with 17 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
---
apiVersion: tekton.dev/v1alpha1
kind: TriggerBinding
metadata:
name: gitlab-trigger-binding
namespace: tekton-pipeline-1
spec:
params:
- name: gitrevision
value: "$(body.project.default_branch)"
- name: gitrepositoryurl
value: "$(body.project.http_url)"
- name: gitreponame
value: $(body.project.name)