diff --git a/.ibm/pipelines/openshift-ci-tests.sh b/.ibm/pipelines/openshift-ci-tests.sh index 85f57c9fc7..fbe664abad 100755 --- a/.ibm/pipelines/openshift-ci-tests.sh +++ b/.ibm/pipelines/openshift-ci-tests.sh @@ -7,6 +7,7 @@ LOGFILE="test-log" export DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" export secret_name="rhdh-k8s-plugin-secret" OVERALL_RESULT=0 +JOB_NAME=periodic cleanup() { echo "Cleaning up before exiting"