Working pipeline for acs workflow.

This commit is contained in:
2023-07-30 23:32:56 +12:00
parent cd4ba6e532
commit c0ecafdcbc
2 changed files with 23 additions and 2 deletions

View File

@ -69,7 +69,9 @@ spec:
- name: rox_central_endpoint
value: roxsecrets
- name: output_format
value: pretty
value: json
runAfter:
- build
taskRef:
kind: ClusterTask
name: rox-image-scan
@ -81,6 +83,8 @@ spec:
value: roxsecrets
- name: rox_central_endpoint
value: roxsecrets
runAfter:
- image-scan
taskRef:
kind: ClusterTask
name: rox-image-check
@ -89,7 +93,7 @@ spec:
- name: SCRIPT
value: oc rollout status deploy/$(params.APP_NAME)
runAfter:
- build
- image-check
taskRef:
kind: ClusterTask
name: openshift-client