Skip to content

Commit

Permalink
Fixes branchname for release process
Browse files Browse the repository at this point in the history
  • Loading branch information
ujhelyiz committed May 6, 2024
1 parent bd30031 commit 4399ec5
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 @@ -65,7 +65,7 @@ pipeline {
}
}
stage('Maven Deploy') {
when {branch "master"}
when {branch "2.8-maintenance"}
steps {
script {
if (params.RELEASE_VERSION) {
Expand Down

0 comments on commit 4399ec5

Please sign in to comment.