From 96aa849767e3327cfbc7c91fa7142ec23e9224da Mon Sep 17 00:00:00 2001 From: "Greg L. Turnquist" Date: Wed, 9 Aug 2023 09:20:31 -0500 Subject: [PATCH] Polishing. Related #1369. --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index b0ed95a0a..16b604cb9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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 {