You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo "Started new pipelinerun: https://console.redhat.com/application-pipeline/workspaces/${KONFLUX_TENANT}/applications/${KONFLUX_APPLICATION_NAME}/pipelineruns/${pipeline_run_name}"
150
149
151
150
PIPELINERUNS_ARRAY+=($pipeline_run_name)
@@ -182,11 +181,11 @@ spec:
182
181
## Explore and report status of all failed pipelineruns. Fail if anything failed
183
182
SOME_PIPELINE_FAILED=false
184
183
for PIPELINE_RUN in "${PIPELINERUNS_ARRAY[@]}"; do
185
-
if [[ $(oc get pipelinerun/$PIPELINE_RUN -n ${KONFLUX_NAMESPACE} -o jsonpath="{.status.conditions[?(@.type==\"Succeeded\")].status}") == "Failed" ]]; then
184
+
if [[ $(oc get pipelinerun/$PIPELINE_RUN -n ${KONFLUX_NAMESPACE} -o jsonpath="{.status.conditions[?(@.type==\"Succeeded\")].status}") == "False" ]]; then
0 commit comments