diff --git a/Jenkinsfile b/Jenkinsfile index 6261db6ee..c527d9660 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -114,7 +114,7 @@ pipeline { } steps { script { - sh 'rm junit/e2e-*.xml || true' + sh 'rm -f junit/e2e-*.xml' env.COMPOSE_TAG = PROTECTED_BRANCH.contains(env.CHANGE_TARGET) ? env.CHANGE_TARGET : 'dev' sh 'docker login --username $CREDS_USR --password $CREDS_PSW $REGISTRY'