mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-02-10 00:26:52 +01:00
Fix "set version" step
This commit is contained in:
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@@ -32,6 +32,7 @@ pipeline {
|
||||
// read version from branch, set it and commit it
|
||||
gradle "setVersion -PnewVersion=${releaseVersion}"
|
||||
sh "git add gradle.properties '**.json'"
|
||||
sh "git checkout ${env.BRANCH_NAME}"
|
||||
commit "Release version ${releaseVersion}"
|
||||
|
||||
// fetch all remotes from origin
|
||||
|
||||
Reference in New Issue
Block a user