File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: tekton.dev/v1
2
2
kind : PipelineRun
3
3
metadata :
4
4
annotations :
5
- build.appstudio.openshift.io/repo : https://github.com/abhinandan13jan /test-component-custom?rev={{revision}}
5
+ build.appstudio.openshift.io/repo : https://github.com/janaki29 /test-component-custom?rev={{revision}}
6
6
build.appstudio.redhat.com/commit_sha : ' {{revision}}'
7
7
build.appstudio.redhat.com/pull_request_number : ' {{pull_request_number}}'
8
8
build.appstudio.redhat.com/target_branch : ' {{target_branch}}'
@@ -11,19 +11,19 @@ metadata:
11
11
== "main"
12
12
creationTimestamp : null
13
13
labels :
14
- appstudio.openshift.io/application : test -app
14
+ appstudio.openshift.io/application : first -app
15
15
appstudio.openshift.io/component : test-component-custom
16
16
pipelines.appstudio.openshift.io/type : build
17
17
name : test-component-custom-on-pull-request
18
- namespace : abhindas -tenant
18
+ namespace : djanaki -tenant
19
19
spec :
20
20
params :
21
21
- name : git-url
22
22
value : ' {{source_url}}'
23
23
- name : revision
24
24
value : ' {{revision}}'
25
25
- name : output-image
26
- value : quay.io/redhat-user-workloads-stage/abhindas -tenant/test-component-custom:on-pr-{{revision}}
26
+ value : quay.io/redhat-user-workloads-stage/djanaki -tenant/test-component-custom:on-pr-{{revision}}
27
27
- name : image-expires-after
28
28
value : 5d
29
29
- name : dockerfile
Original file line number Diff line number Diff line change @@ -2,27 +2,27 @@ apiVersion: tekton.dev/v1
2
2
kind : PipelineRun
3
3
metadata :
4
4
annotations :
5
- build.appstudio.openshift.io/repo : https://github.com/abhinandan13jan /test-component-custom?rev={{revision}}
5
+ build.appstudio.openshift.io/repo : https://github.com/janaki29 /test-component-custom?rev={{revision}}
6
6
build.appstudio.redhat.com/commit_sha : ' {{revision}}'
7
7
build.appstudio.redhat.com/target_branch : ' {{target_branch}}'
8
8
pipelinesascode.tekton.dev/max-keep-runs : " 3"
9
9
pipelinesascode.tekton.dev/on-cel-expression : event == "push" && target_branch
10
10
== "main"
11
11
creationTimestamp : null
12
12
labels :
13
- appstudio.openshift.io/application : test -app
13
+ appstudio.openshift.io/application : first -app
14
14
appstudio.openshift.io/component : test-component-custom
15
15
pipelines.appstudio.openshift.io/type : build
16
16
name : test-component-custom-on-push
17
- namespace : abhindas -tenant
17
+ namespace : djanaki -tenant
18
18
spec :
19
19
params :
20
20
- name : git-url
21
21
value : ' {{source_url}}'
22
22
- name : revision
23
23
value : ' {{revision}}'
24
24
- name : output-image
25
- value : quay.io/redhat-user-workloads-stage/abhindas -tenant/test-component-custom:{{revision}}
25
+ value : quay.io/redhat-user-workloads-stage/djanaki -tenant/test-component-custom:{{revision}}
26
26
- name : dockerfile
27
27
value : Dockerfile
28
28
pipelineSpec :
You can’t perform that action at this time.
0 commit comments