Skip to content

Commit

Permalink
Remove deletedir step again
Browse files Browse the repository at this point in the history
  • Loading branch information
Edward Paget committed Oct 30, 2018
1 parent e7c683e commit 006d2d4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,6 @@ pipeline {
}
}
post {
always {
deleteDir() /* clean up our workspace */
}

failure {
script {
if (env.BRANCH_NAME == 'master') {
Expand Down

0 comments on commit 006d2d4

Please sign in to comment.