Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Joński authored Jan 6, 2017
1 parent f14c1a8 commit 4f85cd0
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 @@ -44,7 +44,7 @@ pipeline {
sh "sed -i 's|version=.*|version=${env.NEWVERSION}|g' gradle.properties"
sh "git add gradle.properties"
sh "git commit -m 'Next development version ${env.NEWVERSION}'"
sh "git push --follow-tags"
sh "git push --set-upstream origin ${env.RELEASEVERSION}"
sh "git push --set-upstream origin master"

sh "./gradlew javadoc >/dev/null"
Expand Down

0 comments on commit 4f85cd0

Please sign in to comment.