jenkins: clean workspace after build
This commit is contained in:
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@@ -95,6 +95,7 @@ pipeline {
|
||||
}
|
||||
post {
|
||||
always {
|
||||
cleanWS()
|
||||
step([$class: 'Mailer', notifyEveryUnstableBuild: true, recipients: emailextrecipients([developers(), requestor()])])
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user