ci(Jenkinsfile): refs #6695 Added -f to rm instead of || true
gitea/salix-front/pipeline/head This commit looks good Details

This commit is contained in:
Juan Ferrer 2025-03-05 16:01:57 +00:00
parent b3d76a60dc
commit be34b7ca9d
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -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'