Test other configurations during release.

This commit is contained in:
Greg L. Turnquist
2023-09-18 11:59:31 -05:00
parent ce7321779f
commit db8043b98c

2
Jenkinsfile vendored
View File

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