Polishing.

This commit is contained in:
Greg L. Turnquist
2023-09-14 11:15:25 -05:00
parent 6478b2c433
commit d1f44ad38d

2
Jenkinsfile vendored
View File

@@ -35,7 +35,7 @@ pipeline {
stage("Test other configurations") {
when {
beforeAgent(true)
branch(pattern: "issue/backport|main|(\\d\\.\\d\\.x)", comparator: "REGEXP") // TODO: Drop backport
branch(pattern: "main|(\\d\\.\\d\\.x)", comparator: "REGEXP")
}
parallel {