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 @@ -15,7 +15,7 @@ pipeline {
1515 stage(" test: baseline (jdk8)" ) {
1616 when {
1717 anyOf {
18- branch ' master '
18+ branch ' 4.2.x '
1919 not { triggeredBy ' UpstreamCause' }
2020 }
2121 }
@@ -45,7 +45,7 @@ pipeline {
4545 stage(" Test other configurations" ) {
4646 when {
4747 allOf {
48- branch ' master '
48+ branch ' 4.2.x '
4949 not { triggeredBy ' UpstreamCause' }
5050 }
5151 }
@@ -103,7 +103,7 @@ pipeline {
103103 stage(' Release to artifactory' ) {
104104 when {
105105 anyOf {
106- branch ' master '
106+ branch ' 4.2.x '
107107 not { triggeredBy ' UpstreamCause' }
108108 }
109109 }
@@ -135,7 +135,7 @@ pipeline {
135135 }
136136 stage(' Publish documentation' ) {
137137 when {
138- branch ' master '
138+ branch ' 4.2.x '
139139 }
140140 agent {
141141 label ' data'
You can’t perform that action at this time.
0 commit comments