File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed
Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -10,13 +10,13 @@ metadata:
1010 pipelinesascode.tekton.dev/max-keep-runs : " 3"
1111 pipelinesascode.tekton.dev/on-cel-expression :
1212 event == "pull_request" && target_branch
13- == "main "
13+ == "release-1.7 "
1414 creationTimestamp : null
1515 labels :
16- appstudio.openshift.io/application : tssc-backstage-plugins
17- appstudio.openshift.io/component : tssc-backstage-plugins
16+ appstudio.openshift.io/application : tssc-backstage-plugins-1-7
17+ appstudio.openshift.io/component : tssc-backstage-plugins-1-7
1818 pipelines.appstudio.openshift.io/type : build
19- name : tssc-backstage-plugins-on-pull-request
19+ name : tssc-backstage-plugins-1-7- on-pull-request
2020 namespace : rhtap-shared-team-tenant
2121spec :
2222 params :
2525 - name : revision
2626 value : " {{revision}}"
2727 - name : output-image
28- value : quay.io/redhat-user-workloads/rhtap-shared-team-tenant/rhtap-shared-team-tenant-tenant/ tssc-backstage-plugins/tssc-backstage-plugins :on-pr-{{revision}}
28+ value : quay.io/redhat-user-workloads/rhtap-shared-team-tenant/tssc-backstage-plugins-1-7 :on-pr-{{revision}}
2929 - name : image-expires-after
3030 value : 5d
3131 - name : dockerfile
@@ -642,7 +642,7 @@ spec:
642642 - name : netrc
643643 optional : true
644644 taskRunTemplate :
645- serviceAccountName : build-pipeline-tssc-backstage-plugins
645+ serviceAccountName : build-pipeline-tssc-backstage-plugins-1-7
646646 workspaces :
647647 - name : git-auth
648648 secret :
Original file line number Diff line number Diff line change @@ -9,13 +9,13 @@ metadata:
99 pipelinesascode.tekton.dev/max-keep-runs : " 3"
1010 pipelinesascode.tekton.dev/on-cel-expression :
1111 event == "push" && target_branch
12- == "main "
12+ == "release-1.7 "
1313 creationTimestamp : null
1414 labels :
15- appstudio.openshift.io/application : tssc-backstage-plugins
16- appstudio.openshift.io/component : tssc-backstage-plugins
15+ appstudio.openshift.io/application : tssc-backstage-plugins-1-7
16+ appstudio.openshift.io/component : tssc-backstage-plugins-1-7
1717 pipelines.appstudio.openshift.io/type : build
18- name : tssc-backstage-plugins-on-push
18+ name : tssc-backstage-plugins-1-7- on-push
1919 namespace : rhtap-shared-team-tenant
2020spec :
2121 params :
2424 - name : revision
2525 value : " {{revision}}"
2626 - name : output-image
27- value : quay.io/redhat-user-workloads/rhtap-shared-team-tenant/rhtap-shared-team-tenant-tenant/ tssc-backstage-plugins/tssc-backstage-plugins :{{revision}}
27+ value : quay.io/redhat-user-workloads/rhtap-shared-team-tenant/tssc-backstage-plugins-1-7 :{{revision}}
2828 - name : dockerfile
2929 value : ./Containerfile
3030 - name : hermetic
@@ -639,7 +639,7 @@ spec:
639639 - name : netrc
640640 optional : true
641641 taskRunTemplate :
642- serviceAccountName : build-pipeline-tssc-backstage-plugins
642+ serviceAccountName : build-pipeline-tssc-backstage-plugins-1-7
643643 workspaces :
644644 - name : git-auth
645645 secret :
You can’t perform that action at this time.
0 commit comments