From db8043b98c9e378fa0bd275f97ce7d3c256e01b5 Mon Sep 17 00:00:00 2001 From: "Greg L. Turnquist" Date: Mon, 18 Sep 2023 11:59:31 -0500 Subject: [PATCH] Test other configurations during release. --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 51acb0d3..e7e7ba27 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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 {