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 e0d40d0 commit 2685a37Copy full SHA for 2685a37
dev-support/Jenkinsfile
@@ -633,8 +633,9 @@ pipeline {
633
634
stage ('yetus jdk17 hadoop3 checks') {
635
when {
636
- branch 'master'
637
- branch 'branch-3'
+ anyOf {
+ branch 'master';branch 'branch-3'
638
+ }
639
}
640
agent {
641
node {
dev-support/Jenkinsfile_GitHub
@@ -493,8 +493,9 @@ pipeline {
493
SKIP_ERRORPRONE = true
494
495
496
497
498
499
// this will return true if the pipeline is building a change request, such as a GitHub pull request.
500
changeRequest()
501
0 commit comments