Skip to content
This repository has been archived by the owner on Nov 5, 2019. It is now read-only.

Commit

Permalink
Fixed Jenkinsfile #3
Browse files Browse the repository at this point in the history
  • Loading branch information
ONiebsch committed Mar 2, 2018
1 parent 48a1108 commit 394c564
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ timeout(30) {

stage('Build Docker Image') {
// build docker images
sh "mvn clean install"
sh "./mvnw dockerfile:build"
sh "./mvnw clean package dockerfile:build"
sh "./mvnw -Pdocker,frontend"
}

Expand Down

0 comments on commit 394c564

Please sign in to comment.