File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
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 ' 4.2.x '
19
19
not { triggeredBy ' UpstreamCause' }
20
20
}
21
21
}
@@ -45,7 +45,7 @@ pipeline {
45
45
stage(" Test other configurations" ) {
46
46
when {
47
47
allOf {
48
- branch ' master '
48
+ branch ' 4.2.x '
49
49
not { triggeredBy ' UpstreamCause' }
50
50
}
51
51
}
@@ -103,7 +103,7 @@ pipeline {
103
103
stage(' Release to artifactory' ) {
104
104
when {
105
105
anyOf {
106
- branch ' master '
106
+ branch ' 4.2.x '
107
107
not { triggeredBy ' UpstreamCause' }
108
108
}
109
109
}
You can’t perform that action at this time.
0 commit comments