Skip to content

Commit

Permalink
Clean up workspace after build completes (#1375)
Browse files Browse the repository at this point in the history
  • Loading branch information
limed authored and Schalk Neethling committed Jul 9, 2019
1 parent 6ac742f commit 6fe4232
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,8 @@ node {
buildSite()
syncS3('mdninteractive-b77d14bceaaa9ea4')
}
stage('Cleanup') {
// Clean our workspace
cleanWs()
}
}

0 comments on commit 6fe4232

Please sign in to comment.