File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ pipeline {
3
3
4
4
triggers {
5
5
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 )
7
7
}
8
8
9
9
options {
@@ -68,7 +68,7 @@ pipeline {
68
68
stage(" test: baseline (jdk8)" ) {
69
69
when {
70
70
anyOf {
71
- branch ' master '
71
+ branch ' 3.1.x '
72
72
not { triggeredBy ' UpstreamCause' }
73
73
}
74
74
}
@@ -94,7 +94,7 @@ pipeline {
94
94
stage(" Test other configurations" ) {
95
95
when {
96
96
allOf {
97
- branch ' master '
97
+ branch ' 3.1.x '
98
98
not { triggeredBy ' UpstreamCause' }
99
99
}
100
100
}
@@ -164,7 +164,7 @@ pipeline {
164
164
stage(' Release to artifactory' ) {
165
165
when {
166
166
anyOf {
167
- branch ' master '
167
+ branch ' 3.1.x '
168
168
not { triggeredBy ' UpstreamCause' }
169
169
}
170
170
}
@@ -196,7 +196,7 @@ pipeline {
196
196
197
197
stage(' Publish documentation' ) {
198
198
when {
199
- branch ' master '
199
+ branch ' 3.1.x '
200
200
}
201
201
agent {
202
202
docker {
You can’t perform that action at this time.
0 commit comments