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 ' 2.4 .x'
18+ branch ' 6.0 .x'
1919 not { triggeredBy ' UpstreamCause' }
2020 }
2121 }
@@ -45,7 +45,7 @@ pipeline {
4545 stage(" Test other configurations" ) {
4646 when {
4747 allOf {
48- branch ' 2.4 .x'
48+ branch ' 6.0 .x'
4949 not { triggeredBy ' UpstreamCause' }
5050 }
5151 }
@@ -103,7 +103,7 @@ pipeline {
103103 stage(' Release to artifactory' ) {
104104 when {
105105 anyOf {
106- branch ' 2.4 .x'
106+ branch ' 6.0 .x'
107107 not { triggeredBy ' UpstreamCause' }
108108 }
109109 }
@@ -136,7 +136,7 @@ pipeline {
136136
137137 stage(' Publish documentation' ) {
138138 when {
139- branch ' 2.4 .x'
139+ branch ' 6.0 .x'
140140 }
141141 agent {
142142 label ' data'
You can’t perform that action at this time.
0 commit comments