Jenkinsfile: always clean build directories

This commit is contained in:
Benjamin Dauvergne 2020-11-27 10:15:08 +01:00
parent ca253e78a0
commit 9e390bd62e
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -44,7 +44,7 @@ PGPORT=`python3 -c 'import struct; import socket; s=socket.socket(); s.setsockop
utils.mail_notify(currentBuild, env, 'ci+jenkins-authentic2-wallonie-connect@entrouvert.org')
}
}
success {
cleanup {
sh "rm -rf ${env.TMPDIR}"
cleanWs()
}