Skip to content

Commit

Permalink
Issue #2864 chore: add jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Manojvv committed May 2, 2018
1 parent 520dd84 commit ba31641
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 @@ -14,8 +14,7 @@ node('build-slave') {
env.NODE_ENV = "build"
print "Environment will be : ${env.NODE_ENV}"
sh('sudo mvn clean install -DskipTests=true')
sh('chmod 777 ./build.sh')
sh('./build.sh')
archive includes: "target/secor-0.24-SNAPSHOT-bin.tar.gz"
}
}
catch (err) {
Expand Down

0 comments on commit ba31641

Please sign in to comment.