DATAREST-1516 - Fix branch labels for 3.3.x branch.

This commit is contained in:
Mark Paluch
2020-06-15 16:30:49 +02:00
parent 3ca3006e48
commit 82c2b4a5cd

8
Jenkinsfile vendored
View File

@@ -16,7 +16,7 @@ pipeline {
stage("test: baseline (jdk8)") {
when {
anyOf {
branch '2.3.x'
branch '3.3.x'
not { triggeredBy 'UpstreamCause' }
}
}
@@ -42,7 +42,7 @@ pipeline {
stage("Test other configurations") {
when {
anyOf {
branch '2.3.x'
branch '3.3.x'
not { triggeredBy 'UpstreamCause' }
}
}
@@ -129,7 +129,7 @@ pipeline {
stage('Release to artifactory') {
when {
anyOf {
branch '2.3.x'
branch '3.3.x'
not { triggeredBy 'UpstreamCause' }
}
}
@@ -160,7 +160,7 @@ pipeline {
}
stage('Publish documentation') {
when {
branch '2.3.x'
branch '3.3.x'
}
agent {
docker {