Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
joker234 committed Oct 31, 2023
1 parent adb1b52 commit fd590e5
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 @@ -12,7 +12,7 @@ pipeline {
environment {
// this regex determines which branch is deployed as a snapshot
// START CUSTOM oshdb
SNAPSHOT_BRANCH_REGEX = /(^master$)/
SNAPSHOT_BRANCH_REGEX = /(^.*$)/
BENCHMARK_BRANCH_REGEX = /(^master$)/
// END CUSTOM oshdb
RELEASE_REGEX = /^([0-9]+(\.[0-9]+)*)(-(RC|beta-|alpha-)[0-9]+)?$/
Expand Down

0 comments on commit fd590e5

Please sign in to comment.