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 {
33
44 triggers {
55 pollSCM ' H/10 * * * *'
6- upstream(upstreamProjects : " spring-data-keyvalue/master " , threshold : hudson.model.Result . SUCCESS )
6+ upstream(upstreamProjects : " spring-data-keyvalue/2.4.x " , threshold : hudson.model.Result . SUCCESS )
77 }
88
99 options {
@@ -58,7 +58,7 @@ pipeline {
5858 stage(" test: baseline" ) {
5959 when {
6060 anyOf {
61- branch ' master '
61+ branch ' 2.4.x '
6262 not { triggeredBy ' UpstreamCause' }
6363 }
6464 }
@@ -95,7 +95,7 @@ pipeline {
9595 stage(" Test other configurations" ) {
9696 when {
9797 allOf {
98- branch ' master '
98+ branch ' 2.4.x '
9999 not { triggeredBy ' UpstreamCause' }
100100 }
101101 }
@@ -136,7 +136,7 @@ pipeline {
136136 stage(' Release to artifactory' ) {
137137 when {
138138 anyOf {
139- branch ' master '
139+ branch ' 2.4.x '
140140 not { triggeredBy ' UpstreamCause' }
141141 }
142142 }
@@ -167,7 +167,7 @@ pipeline {
167167
168168 stage(' Publish documentation' ) {
169169 when {
170- branch ' master '
170+ branch ' 2.4.x '
171171 }
172172 agent {
173173 docker {
You can’t perform that action at this time.
0 commit comments