Jenkinsfile: always clean build directories

This commit is contained in:
Benjamin Dauvergne 2020-11-27 10:14:27 +01:00
parent b28fe29d5e
commit e9ba12bc87
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -46,7 +46,7 @@ PGPORT=`python -c 'import struct; import socket; s=socket.socket(); s.setsockopt
utils.mail_notify(currentBuild, env, 'ci+jenkins-petale@entrouvert.org')
}
}
success {
cleanup {
sh "rm -rf ${env.TMPDIR}"
cleanWs()
}