Skip to content

Commit 1e24abe

Browse files
committed
DATAMONGO-2639 - Enable maintenance branch build.
1 parent a316d15 commit 1e24abe

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Jenkinsfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pipeline {
33

44
triggers {
55
pollSCM 'H/10 * * * *'
6-
upstream(upstreamProjects: "spring-data-commons/master", threshold: hudson.model.Result.SUCCESS)
6+
upstream(upstreamProjects: "spring-data-commons/2.4.x", threshold: hudson.model.Result.SUCCESS)
77
}
88

99
options {
@@ -68,7 +68,7 @@ pipeline {
6868
stage("test: baseline (jdk8)") {
6969
when {
7070
anyOf {
71-
branch 'master'
71+
branch '3.1.x'
7272
not { triggeredBy 'UpstreamCause' }
7373
}
7474
}
@@ -94,7 +94,7 @@ pipeline {
9494
stage("Test other configurations") {
9595
when {
9696
allOf {
97-
branch 'master'
97+
branch '3.1.x'
9898
not { triggeredBy 'UpstreamCause' }
9999
}
100100
}
@@ -164,7 +164,7 @@ pipeline {
164164
stage('Release to artifactory') {
165165
when {
166166
anyOf {
167-
branch 'master'
167+
branch '3.1.x'
168168
not { triggeredBy 'UpstreamCause' }
169169
}
170170
}
@@ -196,7 +196,7 @@ pipeline {
196196

197197
stage('Publish documentation') {
198198
when {
199-
branch 'master'
199+
branch '3.1.x'
200200
}
201201
agent {
202202
docker {

0 commit comments

Comments
 (0)