Skip to content

Commit

Permalink
#1953 - Prevent compatibility builds for releases.
Browse files Browse the repository at this point in the history
  • Loading branch information
odrotbohm committed Mar 20, 2023
1 parent b386acd commit d4beb52
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ pipeline {
}

stage("Test other configurations") {
when {
anyOf {
branch '1.5.x'
}
}
parallel {
stage("test: baseline (jdk11)") {
agent {
Expand Down

0 comments on commit d4beb52

Please sign in to comment.