Skip to content

Commit

Permalink
Merge pull request #4 from tjesser-ucdavis-edu/jenkins
Browse files Browse the repository at this point in the history
Add cleanWs to post build step
  • Loading branch information
naliboff authored May 8, 2019
2 parents 266949f + 11ca80c commit 903de47
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,6 @@ pipeline {
'''
}
}

post { always { cleanWs() } }
}

0 comments on commit 903de47

Please sign in to comment.