Skip to content

Commit

Permalink
Rolled back deleteDir() to success jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
b1quint committed Mar 25, 2021
1 parent 0883891 commit e61669b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -199,11 +199,9 @@ pipeline {

}
post {
always {
deleteDir() /* clean up our workspace */
}
success {
sendNotifications 'SUCCESSFUL'
deleteDir() /* clean up our workspace */
}
failure {
sendNotifications 'FAILED'
Expand Down

0 comments on commit e61669b

Please sign in to comment.