mirror of
https://github.com/bvanroll/stage-infra.git
synced 2025-09-07 08:10:35 +00:00
eyyy
This commit is contained in:
@@ -13,6 +13,8 @@ spec:
|
||||
description: The git repository url
|
||||
- name: gitreponame
|
||||
description: the name of the git repository
|
||||
- name: branch
|
||||
description: the name of the branch pushed to
|
||||
resourcetemplates:
|
||||
- apiVersion: tekton.dev/v1alpha1
|
||||
kind: PipelineRun
|
||||
@@ -31,6 +33,8 @@ spec:
|
||||
- name: git-url
|
||||
value: $(params.gitrepositoryurl)
|
||||
- name: branch
|
||||
value: $(params.gitrevision)
|
||||
value: $(params.branch)
|
||||
- name: git-repo-name
|
||||
value: $(params.gitreponame)
|
||||
value: $(params.gitreponame)
|
||||
- name: revision
|
||||
value: $(params.gitrevision)
|
Reference in New Issue
Block a user