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.2.x " , threshold : hudson.model.Result . SUCCESS )
7
7
}
8
8
9
9
options {
@@ -68,7 +68,7 @@ pipeline {
68
68
stage(" test: baseline" ) {
69
69
when {
70
70
anyOf {
71
- branch ' master '
71
+ branch ' 2.2.x '
72
72
not { triggeredBy ' UpstreamCause' }
73
73
}
74
74
}
@@ -94,7 +94,7 @@ pipeline {
94
94
stage(" Test other configurations" ) {
95
95
when {
96
96
anyOf {
97
- branch ' master '
97
+ branch ' 2.2.x '
98
98
not { triggeredBy ' UpstreamCause' }
99
99
}
100
100
}
@@ -143,7 +143,7 @@ pipeline {
143
143
stage(' Release to artifactory' ) {
144
144
when {
145
145
anyOf {
146
- branch ' master '
146
+ branch ' 2.2.x '
147
147
not { triggeredBy ' UpstreamCause' }
148
148
}
149
149
}
@@ -175,7 +175,7 @@ pipeline {
175
175
176
176
stage(' Publish documentation' ) {
177
177
when {
178
- branch ' master '
178
+ branch ' 2.2.x '
179
179
}
180
180
agent {
181
181
docker {
You can’t perform that action at this time.
0 commit comments