Skip to content

Commit

Permalink
ci: allow prerelease builds
Browse files Browse the repository at this point in the history
Ref: LOG-15407
  • Loading branch information
mdeltito committed Dec 20, 2022
1 parent 18b3652 commit d5f0233
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 @@ -32,7 +32,7 @@ pipeline {
}
stage('Build image and publish') {
when {
branch pattern: "v\\d+\\.\\d+.\\d+.\\d+", comparator: "REGEXP"
branch pattern: "v\\d+\\.\\d+.\\d+.\\d+(-[a-z_\\-0-9]+)?", comparator: "REGEXP"
}
steps {
sh 'make mezmo-build-image BUILD_VERSION=${BRANCH_NAME}'
Expand Down

0 comments on commit d5f0233

Please sign in to comment.