Skip to content

Commit

Permalink
update jenkins file
Browse files Browse the repository at this point in the history
  • Loading branch information
janthijs committed Oct 3, 2023
1 parent 86ecec5 commit b88432e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,10 @@ pipeline {

stage('Release notes') {
when {
branch 'production-release-v*'
branch 'MIJN-6651-release'
anyOf {
branch 'production-release-v*'
branch 'MIJN-6651-release'
}
}
options {
timeout(time: 5, unit: 'MINUTES')
Expand Down

0 comments on commit b88432e

Please sign in to comment.