File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 3131 - name : dockerfile
3232 value : Dockerfile.downstream
3333 - name : build-platforms
34- value : ["linux/x86_64"]
34+ value :
35+ - linux/x86_64
3536 pipelineRef :
3637 name : build-pipeline
38+ taskRunTemplate :
39+ serviceAccountName : build-pipeline-netobserv-ebpf-agent-ystream
40+ status : {}
Original file line number Diff line number Diff line change @@ -2,11 +2,11 @@ apiVersion: tekton.dev/v1
22kind : PipelineRun
33metadata :
44 annotations :
5+ build.appstudio.openshift.io/build-nudge-files : hack/nudging/container_digest.sh
56 build.appstudio.openshift.io/repo : https://github.com/netobserv/netobserv-ebpf-agent?rev={{revision}}
67 build.appstudio.redhat.com/commit_sha : ' {{revision}}'
78 build.appstudio.redhat.com/target_branch : ' {{target_branch}}'
89 pipelinesascode.tekton.dev/max-keep-runs : " 3"
9- build.appstudio.openshift.io/build-nudge-files : " hack/nudging/container_digest.sh"
1010 pipelinesascode.tekton.dev/on-cel-expression : event == "push" && target_branch
1111 == "main"
1212 creationTimestamp : null
3030 value : Dockerfile.downstream
3131 pipelineRef :
3232 name : build-pipeline
33+ taskRunTemplate :
34+ serviceAccountName : build-pipeline-netobserv-ebpf-agent-ystream
35+ status : {}
You can’t perform that action at this time.
0 commit comments