jenkins: clean workspace after build

This commit is contained in:
2025-10-25 23:45:10 +02:00
parent f1d201fd0c
commit bc4a8937fe

1
Jenkinsfile vendored
View File

@@ -95,6 +95,7 @@ pipeline {
} }
post { post {
always { always {
cleanWS()
step([$class: 'Mailer', notifyEveryUnstableBuild: true, recipients: emailextrecipients([developers(), requestor()])]) step([$class: 'Mailer', notifyEveryUnstableBuild: true, recipients: emailextrecipients([developers(), requestor()])])
} }
} }