Jenkinsfile: always cleanup (#86510)
gitea/ldaptools/pipeline/head This commit looks good Details

This commit is contained in:
Benjamin Dauvergne 2024-02-07 12:40:05 +01:00
parent 4ba8bd85ff
commit be70825031
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -45,7 +45,7 @@ pipeline {
utils.mail_notify(currentBuild, env, 'ci+jenkins-ldaptools@entrouvert.org')
}
}
success {
cleanup {
cleanWs()
}
}