Skip to content

Commit 9c900ec

Browse files
committed
Polishing.
1 parent 8cfe165 commit 9c900ec

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Jenkinsfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)