Skip to content

Commit

Permalink
Add hotfix branches to the build on Jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
ke4 committed Nov 10, 2023
1 parent d50991d commit cf33238
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 @@ -117,7 +117,7 @@ pipeline {

stage('–– Build ––') {
when { anyOf {
branch 'develop'; branch 'main'; branch 'release/*'
branch 'develop'; branch 'main'; branch 'release/*'; branch: 'hotfix/*'
} }
stages {
stage('Provision Node.js build environment') {
Expand Down

0 comments on commit cf33238

Please sign in to comment.