Polishing.

Related #1369.
This commit is contained in:
Greg L. Turnquist
2023-08-09 09:20:31 -05:00
parent e3f973aeec
commit 96aa849767

2
Jenkinsfile vendored
View File

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