From d4beb5294fc577f32075cd99ef18499aa344e50c Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Mon, 20 Mar 2023 12:47:31 +0100 Subject: [PATCH] #1953 - Prevent compatibility builds for releases. --- Jenkinsfile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index e15501c3..11561a91 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -41,6 +41,11 @@ pipeline { } stage("Test other configurations") { + when { + anyOf { + branch '1.5.x' + } + } parallel { stage("test: baseline (jdk11)") { agent {