We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc0e79d commit 7d6d221Copy full SHA for 7d6d221
Jenkinsfile
@@ -15,7 +15,7 @@ pipeline {
15
stage("test: baseline (jdk8)") {
16
when {
17
anyOf {
18
- branch '2.4.x'
+ branch '6.0.x'
19
not { triggeredBy 'UpstreamCause' }
20
}
21
@@ -45,7 +45,7 @@ pipeline {
45
stage("Test other configurations") {
46
47
allOf {
48
49
50
51
@@ -103,7 +103,7 @@ pipeline {
103
stage('Release to artifactory') {
104
105
106
107
108
109
@@ -136,7 +136,7 @@ pipeline {
136
137
stage('Publish documentation') {
138
139
140
141
agent {
142
label 'data'
0 commit comments