File tree 1 file changed +5
-5
lines changed
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-build/master " , threshold : hudson.model.Result . SUCCESS )
6
+ upstream(upstreamProjects : " spring-data-build/2.5.x " , threshold : hudson.model.Result . SUCCESS )
7
7
}
8
8
9
9
options {
@@ -15,7 +15,7 @@ pipeline {
15
15
stage(" test: baseline (jdk8)" ) {
16
16
when {
17
17
anyOf {
18
- branch ' master '
18
+ branch ' 2.5.x '
19
19
not { triggeredBy ' UpstreamCause' }
20
20
}
21
21
}
@@ -40,7 +40,7 @@ pipeline {
40
40
stage(" Test other configurations" ) {
41
41
when {
42
42
allOf {
43
- branch ' master '
43
+ branch ' 2.5.x '
44
44
not { triggeredBy ' UpstreamCause' }
45
45
}
46
46
}
@@ -88,7 +88,7 @@ pipeline {
88
88
stage(' Release to artifactory' ) {
89
89
when {
90
90
anyOf {
91
- branch ' master '
91
+ branch ' 2.5.x '
92
92
not { triggeredBy ' UpstreamCause' }
93
93
}
94
94
}
@@ -120,7 +120,7 @@ pipeline {
120
120
}
121
121
stage(' Publish documentation' ) {
122
122
when {
123
- branch ' master '
123
+ branch ' 2.5.x '
124
124
}
125
125
agent {
126
126
label ' data'
You can’t perform that action at this time.
0 commit comments