Skip to content

Commit 62f9da6

Browse files
committed
DATAREDIS-1232 - Enable maintenance branch build.
1 parent fa73480 commit 62f9da6

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-keyvalue/master", threshold: hudson.model.Result.SUCCESS)
6+
upstream(upstreamProjects: "spring-data-keyvalue/2.4.x", threshold: hudson.model.Result.SUCCESS)
77
}
88

99
options {
@@ -58,7 +58,7 @@ pipeline {
5858
stage("test: baseline") {
5959
when {
6060
anyOf {
61-
branch 'master'
61+
branch '2.4.x'
6262
not { triggeredBy 'UpstreamCause' }
6363
}
6464
}
@@ -95,7 +95,7 @@ pipeline {
9595
stage("Test other configurations") {
9696
when {
9797
allOf {
98-
branch 'master'
98+
branch '2.4.x'
9999
not { triggeredBy 'UpstreamCause' }
100100
}
101101
}
@@ -136,7 +136,7 @@ pipeline {
136136
stage('Release to artifactory') {
137137
when {
138138
anyOf {
139-
branch 'master'
139+
branch '2.4.x'
140140
not { triggeredBy 'UpstreamCause' }
141141
}
142142
}
@@ -167,7 +167,7 @@ pipeline {
167167

168168
stage('Publish documentation') {
169169
when {
170-
branch 'master'
170+
branch '2.4.x'
171171
}
172172
agent {
173173
docker {

0 commit comments

Comments
 (0)