From d1f44ad38d788b063666d66912c1cb4dbce492f3 Mon Sep 17 00:00:00 2001 From: "Greg L. Turnquist" Date: Thu, 14 Sep 2023 11:15:25 -0500 Subject: [PATCH] Polishing. --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 23c8ac76..08818eaa 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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 {