Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
streetcodeUa authored Sep 12, 2024
1 parent 626e914 commit 283d01e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,9 @@ pipeline {
sh "git checkout master"
sh 'echo ${BRANCH_NAME}'
sh 'git merge ${BRANCH_NAME}'
sh "npm version ${env.vers} -m 'Upgrade to %s as part of release' --allow-same-version --no-git-tag-version"

sh "npm version ${env.vers} --allow-same-version --no-git-tag-version"
sh "git add ."
sh "git commit -m 'Upgrade to %s as part of release'"
sh "git push origin master"

}
Expand Down

0 comments on commit 283d01e

Please sign in to comment.