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,spring-data-jdbc/2.1.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 ' 1.2.x '
19
19
not { triggeredBy ' UpstreamCause' }
20
20
}
21
21
}
@@ -38,7 +38,7 @@ pipeline {
38
38
stage(" Test other configurations" ) {
39
39
when {
40
40
allOf {
41
- branch ' master '
41
+ branch ' 1.2.x '
42
42
not { triggeredBy ' UpstreamCause' }
43
43
}
44
44
}
@@ -82,7 +82,7 @@ pipeline {
82
82
stage(' Release to artifactory' ) {
83
83
when {
84
84
anyOf {
85
- branch ' master '
85
+ branch ' 1.2.x '
86
86
not { triggeredBy ' UpstreamCause' }
87
87
}
88
88
}
@@ -114,7 +114,7 @@ pipeline {
114
114
115
115
stage(' Publish documentation' ) {
116
116
when {
117
- branch ' master '
117
+ branch ' 1.2.x '
118
118
}
119
119
agent {
120
120
docker {
You can’t perform that action at this time.
0 commit comments