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-commons/master " , threshold : hudson.model.Result . SUCCESS )
6
+ upstream(upstreamProjects : " spring-data-commons/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
}
@@ -46,7 +46,7 @@ pipeline {
46
46
stage(" Test other configurations" ) {
47
47
when {
48
48
allOf {
49
- branch ' master '
49
+ branch ' 2.5.x '
50
50
not { triggeredBy ' UpstreamCause' }
51
51
}
52
52
}
@@ -106,7 +106,7 @@ pipeline {
106
106
stage(' Release to artifactory' ) {
107
107
when {
108
108
anyOf {
109
- branch ' master '
109
+ branch ' 2.5.x '
110
110
not { triggeredBy ' UpstreamCause' }
111
111
}
112
112
}
@@ -144,7 +144,7 @@ pipeline {
144
144
}
145
145
stage(' Publish documentation' ) {
146
146
when {
147
- branch ' master '
147
+ branch ' 2.5.x '
148
148
}
149
149
agent {
150
150
label ' data'
You can’t perform that action at this time.
0 commit comments