Skip to content

Commit 7d6d221

Browse files
committed
Update build triggers.
See #2208
1 parent dc0e79d commit 7d6d221

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 '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'

0 commit comments

Comments
 (0)