Skip to content

Commit

Permalink
Need to cleanup files from previous build in Jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Valsecchi committed Jun 9, 2017
1 parent 5f1b567 commit f496d53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ dockerBuild {

stage('Update docker') {
sh 'make pull'
sh 'git clean -f'
}
stage('Build') {
sh 'make -j2 build'
Expand Down

0 comments on commit f496d53

Please sign in to comment.