File tree 1 file changed +4
-4
lines changed
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-build/master " , threshold : hudson.model.Result . SUCCESS )
6
+ upstream(upstreamProjects : " spring-data-build/2,2.x " , threshold : hudson.model.Result . SUCCESS )
7
7
}
8
8
9
9
options {
@@ -15,7 +15,7 @@ pipeline {
15
15
stage(" Test" ) {
16
16
when {
17
17
anyOf {
18
- branch ' master '
18
+ branch ' 2.2.x '
19
19
not { triggeredBy ' UpstreamCause' }
20
20
}
21
21
}
@@ -39,7 +39,7 @@ pipeline {
39
39
stage(' Release to artifactory' ) {
40
40
when {
41
41
anyOf {
42
- branch ' master '
42
+ branch ' 2.2.x '
43
43
not { triggeredBy ' UpstreamCause' }
44
44
}
45
45
}
@@ -70,7 +70,7 @@ pipeline {
70
70
}
71
71
stage(' Publish documentation' ) {
72
72
when {
73
- branch ' master '
73
+ branch ' 2.2.x '
74
74
}
75
75
agent {
76
76
docker {
You can’t perform that action at this time.
0 commit comments