Skip to content

Commit d4beb52

Browse files
committed
#1953 - Prevent compatibility builds for releases.
1 parent b386acd commit d4beb52

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Jenkinsfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@ pipeline {
4141
}
4242

4343
stage("Test other configurations") {
44+
when {
45+
anyOf {
46+
branch '1.5.x'
47+
}
48+
}
4449
parallel {
4550
stage("test: baseline (jdk11)") {
4651
agent {

0 commit comments

Comments
 (0)