Apache9 commented on code in PR #5689:
URL: https://github.com/apache/hbase/pull/5689#discussion_r1502133971


##########
dev-support/Jenkinsfile_GitHub:
##########
@@ -470,6 +471,144 @@ pipeline {
                         }
                     }
                 }
+                stage ('yetus jdk17 hadoop3 checks') {

Review Comment:
   Here, I think we can just apply the changes of this file to master and 
branch-3, and not apply to other branches for now. So we do not need to add 
branch condition in the when section.



##########
dev-support/Jenkinsfile:
##########
@@ -628,6 +630,122 @@ pipeline {
             }
           }
         }
+
+        stage ('yetus jdk17 hadoop3 checks') {
+          when {
+              branch 'master'

Review Comment:
   Is this the correct syntax? IIRC at least we need to specify anyOf or allOf?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hbase.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to