We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4256a1e commit 867ed70Copy full SHA for 867ed70
Jenkinsfile
@@ -52,7 +52,7 @@ pipeline {
52
stage("Test other configurations") {
53
when {
54
beforeAgent(true)
55
- branch(pattern: "main|(\\d\\.\\d\\.x)|issue/.+", comparator: "REGEXP")
+ branch(pattern: "main|(\\d\\.\\d\\.x)|release(-.+)?|issue/.+", comparator: "REGEXP")
56
}
57
58
parallel {
0 commit comments