Skip to content

Commit 867ed70

Browse files
committed
Test other configurations during release.
1 parent 4256a1e commit 867ed70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ pipeline {
5252
stage("Test other configurations") {
5353
when {
5454
beforeAgent(true)
55-
branch(pattern: "main|(\\d\\.\\d\\.x)|issue/.+", comparator: "REGEXP")
55+
branch(pattern: "main|(\\d\\.\\d\\.x)|release(-.+)?|issue/.+", comparator: "REGEXP")
5656
}
5757

5858
parallel {

0 commit comments

Comments
 (0)