Skip to content

Commit

Permalink
[1.11.0.1-RC] update jenkinsfile to trigger deployment for hotfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
taridepaco committed Nov 28, 2024
1 parent 52c02d8 commit 31c6d3b
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 @@ -81,7 +81,7 @@ pipeline {
expression { env.CHANGE_ID == null }
anyOf {
expression { env.GIT_BRANCH == "develop" }
expression { env.GIT_BRANCH ==~ /[0-9]+\.[0-9]+\.[0-9]+-rc/ }
expression { env.GIT_BRANCH ==~ /[0-9]+\.[0-9]+\.[0-9]+(\.[0-9]+)?-rc/ }
}
}
}
Expand Down

0 comments on commit 31c6d3b

Please sign in to comment.