Skip to content

Commit

Permalink
Issues #SB-00 fix: changes for release version 1.6.0 to 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
manzarul committed Apr 24, 2018
1 parent b2d2a12 commit f15e764
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.0')
sh('git submodule foreach git pull origin release-1.6')
sh 'mvn clean install -DskipTests=true '
dir ('service') {
sh 'mvn play2:dist'
Expand Down

0 comments on commit f15e764

Please sign in to comment.