Update build triggers.

See #2208
This commit is contained in:
Mark Paluch
2021-04-28 16:00:04 +02:00
parent dc0e79d551
commit 7d6d22138e

8
Jenkinsfile vendored
View File

@@ -15,7 +15,7 @@ pipeline {
stage("test: baseline (jdk8)") {
when {
anyOf {
branch '2.4.x'
branch '6.0.x'
not { triggeredBy 'UpstreamCause' }
}
}
@@ -45,7 +45,7 @@ pipeline {
stage("Test other configurations") {
when {
allOf {
branch '2.4.x'
branch '6.0.x'
not { triggeredBy 'UpstreamCause' }
}
}
@@ -103,7 +103,7 @@ pipeline {
stage('Release to artifactory') {
when {
anyOf {
branch '2.4.x'
branch '6.0.x'
not { triggeredBy 'UpstreamCause' }
}
}
@@ -136,7 +136,7 @@ pipeline {
stage('Publish documentation') {
when {
branch '2.4.x'
branch '6.0.x'
}
agent {
label 'data'