#1953 - Prevent compatibility builds for releases.

This commit is contained in:
Oliver Drotbohm
2023-03-20 12:47:31 +01:00
parent b386acdc88
commit d4beb5294f

5
Jenkinsfile vendored
View File

@@ -41,6 +41,11 @@ pipeline {
}
stage("Test other configurations") {
when {
anyOf {
branch '1.5.x'
}
}
parallel {
stage("test: baseline (jdk11)") {
agent {