Skip to content

Commit

Permalink
Issue # SB-1 feat : merge master to branch#1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
arvindyadav108 committed Apr 16, 2018
1 parent 564bea5 commit 79ef660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ node('build-slave') {

env.NODE_ENV = "build"
print "Environment will be : ${env.NODE_ENV}"
sh('git submodule foreach git pull origin release-1.6')
sh('git submodule foreach git pull origin release-1.6.0')
sh 'mvn clean install -DskipTests=true '
dir ('service') {
sh 'mvn play2:dist'
Expand Down

0 comments on commit 79ef660

Please sign in to comment.