We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f14c1a8 commit 4f85cd0Copy full SHA for 4f85cd0
Jenkinsfile
@@ -44,7 +44,7 @@ pipeline {
44
sh "sed -i 's|version=.*|version=${env.NEWVERSION}|g' gradle.properties"
45
sh "git add gradle.properties"
46
sh "git commit -m 'Next development version ${env.NEWVERSION}'"
47
- sh "git push --follow-tags"
+ sh "git push --set-upstream origin ${env.RELEASEVERSION}"
48
sh "git push --set-upstream origin master"
49
50
sh "./gradlew javadoc >/dev/null"
0 commit comments