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 {
15
15
stage(" test: baseline (jdk8)" ) {
16
16
when {
17
17
anyOf {
18
- branch ' master '
18
+ branch ' 4.2.x '
19
19
not { triggeredBy ' UpstreamCause' }
20
20
}
21
21
}
@@ -45,7 +45,7 @@ pipeline {
45
45
stage(" Test other configurations" ) {
46
46
when {
47
47
allOf {
48
- branch ' master '
48
+ branch ' 4.2.x '
49
49
not { triggeredBy ' UpstreamCause' }
50
50
}
51
51
}
@@ -103,7 +103,7 @@ pipeline {
103
103
stage(' Release to artifactory' ) {
104
104
when {
105
105
anyOf {
106
- branch ' master '
106
+ branch ' 4.2.x '
107
107
not { triggeredBy ' UpstreamCause' }
108
108
}
109
109
}
@@ -135,7 +135,7 @@ pipeline {
135
135
}
136
136
stage(' Publish documentation' ) {
137
137
when {
138
- branch ' master '
138
+ branch ' 4.2.x '
139
139
}
140
140
agent {
141
141
label ' data'
You can’t perform that action at this time.
0 commit comments