File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ apiVersion : tekton.dev/v1
2+ kind : PipelineRun
3+ metadata :
4+ annotations :
5+ build.appstudio.openshift.io/repo : https://github.com/opendatahub-io/kube-rbac-proxy?rev={{revision}}
6+ build.appstudio.redhat.com/commit_sha : ' {{revision}}'
7+ build.appstudio.redhat.com/target_branch : ' {{target_branch}}'
8+ build.appstudio.redhat.com/pull_request_number : ' {{pull_request_number}}'
9+ pipelinesascode.tekton.dev/cancel-in-progress : " false"
10+ pipelinesascode.tekton.dev/max-keep-runs : " 3"
11+ pipelinesascode.tekton.dev/on-cel-expression : event == "pull_request" && target_branch
12+ == "master"
13+ creationTimestamp : null
14+ labels :
15+ appstudio.openshift.io/application : opendatahub-builds
16+ appstudio.openshift.io/component : odh-kube-rbac-proxy-ci
17+ pipelines.appstudio.openshift.io/type : build
18+ name : odh-kube-rbac-proxy-ci-on-pull-request
19+ namespace : open-data-hub-tenant
20+ spec :
21+ params :
22+ - name : git-url
23+ value : ' {{source_url}}'
24+ - name : revision
25+ value : ' {{revision}}'
26+ - name : output-image
27+ value : quay.io/opendatahub/odh-kube-rbac-proxy:odh-pr
28+ - name : dockerfile
29+ value : Dockerfile.redhat
30+ - name : path-context
31+ value : .
32+ - name : additional-tags
33+ value :
34+ - ' odh-pr-{{revision}}'
35+ - name : pipeline-type
36+ value : pull-request
37+ pipelineRef :
38+ resolver : git
39+ params :
40+ - name : url
41+ value : https://github.com/opendatahub-io/odh-konflux-central.git
42+ - name : revision
43+ value : main
44+ - name : pathInRepo
45+ value : pipeline/multi-arch-container-build.yaml
46+ taskRunTemplate :
47+ serviceAccountName : build-pipeline-odh-kube-rbac-proxy-ci
48+ workspaces :
49+ - name : git-auth
50+ secret :
51+ secretName : ' {{ git_auth_secret }}'
52+ status : {}
Original file line number Diff line number Diff line change 1+ apiVersion : tekton.dev/v1
2+ kind : PipelineRun
3+ metadata :
4+ annotations :
5+ build.appstudio.openshift.io/repo : https://github.com/opendatahub-io/kube-rbac-proxy?rev={{revision}}
6+ build.appstudio.redhat.com/commit_sha : ' {{revision}}'
7+ build.appstudio.redhat.com/target_branch : ' {{target_branch}}'
8+ pipelinesascode.tekton.dev/cancel-in-progress : " false"
9+ pipelinesascode.tekton.dev/max-keep-runs : " 3"
10+ pipelinesascode.tekton.dev/on-cel-expression : event == "push" && target_branch
11+ == "master"
12+ creationTimestamp : null
13+ labels :
14+ appstudio.openshift.io/application : opendatahub-builds
15+ appstudio.openshift.io/component : odh-kube-rbac-proxy-ci
16+ pipelines.appstudio.openshift.io/type : build
17+ name : odh-kube-rbac-proxy-ci-on-push
18+ namespace : open-data-hub-tenant
19+ spec :
20+ params :
21+ - name : git-url
22+ value : ' {{source_url}}'
23+ - name : revision
24+ value : ' {{revision}}'
25+ - name : output-image
26+ value : quay.io/opendatahub/odh-kube-rbac-proxy:odh-stable
27+ - name : dockerfile
28+ value : Dockerfile.redhat
29+ - name : path-context
30+ value : .
31+ pipelineRef :
32+ resolver : git
33+ params :
34+ - name : url
35+ value : https://github.com/opendatahub-io/odh-konflux-central.git
36+ - name : revision
37+ value : main
38+ - name : pathInRepo
39+ value : pipeline/multi-arch-container-build.yaml
40+ taskRunTemplate :
41+ serviceAccountName : build-pipeline-odh-kube-rbac-proxy-ci
42+ workspaces :
43+ - name : git-auth
44+ secret :
45+ secretName : ' {{ git_auth_secret }}'
46+ status : {}
You can’t perform that action at this time.
0 commit comments