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-build/master " , threshold : hudson.model.Result . SUCCESS )
6
+ upstream(upstreamProjects : " spring-data-build/2.4.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.4.x '
19
19
not { triggeredBy ' UpstreamCause' }
20
20
}
21
21
}
@@ -36,7 +36,7 @@ pipeline {
36
36
stage(" Test other configurations" ) {
37
37
when {
38
38
allOf {
39
- branch ' master '
39
+ branch ' 2.4.x '
40
40
not { triggeredBy ' UpstreamCause' }
41
41
}
42
42
}
@@ -76,7 +76,7 @@ pipeline {
76
76
stage(' Release to artifactory' ) {
77
77
when {
78
78
anyOf {
79
- branch ' master '
79
+ branch ' 2.4.x '
80
80
not { triggeredBy ' UpstreamCause' }
81
81
}
82
82
}
@@ -107,7 +107,7 @@ pipeline {
107
107
}
108
108
stage(' Publish documentation' ) {
109
109
when {
110
- branch ' master '
110
+ branch ' 2.4.x '
111
111
}
112
112
agent {
113
113
docker {
You can’t perform that action at this time.
0 commit comments