Skip to content

Commit

Permalink
Fix branch name in Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
streetcodeUa authored Sep 5, 2024
1 parent 79fb490 commit c079247
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 @@ -259,7 +259,7 @@ pipeline {
sh 'echo ${BRANCH_NAME}'
sh "git checkout master"
sh 'echo ${BRANCH_NAME}'
sh "git merge release/${env.SEM_VERSION}"
sh 'git merge ${BRANCH_NAME}'
sh "git push origin main"

}
Expand Down

0 comments on commit c079247

Please sign in to comment.