Polishing.

This commit is contained in:
Greg L. Turnquist
2023-03-28 15:59:40 -05:00
parent fc4f9f2138
commit 5a66a69453

2
Jenkinsfile vendored
View File

@@ -49,7 +49,7 @@ pipeline {
when {
beforeAgent(true)
allOf {
branch(pattern: "main|(\\d\\.\\d\\.x)", comparator: "REGEXP")
branch(pattern: "main|(\\d+\\.\\d+\\.x)", comparator: "REGEXP")
not { triggeredBy 'UpstreamCause' }
}
}