Skip to content

Commit

Permalink
Remove sources jar to avoid build conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Schüth committed Mar 7, 2017
1 parent 8185440 commit bf01dda
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 @@ -79,6 +79,8 @@ node('dockerRoot') {
stage 'Docker Build'
if (!Boolean.valueOf(skipDocker)) {
withEnv(['DOCKER_HOST=tcp://gemini.office:2375']) {
sh "rm demo/target/*sources*"
sh "rm server/target/*sources*"
sh "captain build"
}
} else {
Expand Down

0 comments on commit bf01dda

Please sign in to comment.