Skip to content

Commit 5a66a69

Browse files
committed
Polishing.
1 parent fc4f9f2 commit 5a66a69

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
@@ -49,7 +49,7 @@ pipeline {
4949
when {
5050
beforeAgent(true)
5151
allOf {
52-
branch(pattern: "main|(\\d\\.\\d\\.x)", comparator: "REGEXP")
52+
branch(pattern: "main|(\\d+\\.\\d+\\.x)", comparator: "REGEXP")
5353
not { triggeredBy 'UpstreamCause' }
5454
}
5555
}

0 commit comments

Comments
 (0)