Apache9 commented on a change in pull request #1536: HBASE-24198 Skip hadoop2
check for master branch
URL: https://github.com/apache/hbase/pull/1536#discussion_r410528666
##########
File path: dev-support/Jenkinsfile
##########
@@ -40,7 +40,7 @@ pipeline {
OUTPUT_DIR_RELATIVE_JDK11_HADOOP3 = 'output-jdk11-hadoop3'
PROJECT = 'hbase'
- PROJECT_PERSONALITY =
'https://raw.githubusercontent.com/apache/hbase/master/dev-support/hbase-personality.sh'
+ PROJECT_PERSONALITY =
'https://raw.githubusercontent.com/apache/hbase/HBASE-24198/dev-support/hbase-personality.sh'
Review comment:
This is just for verifying. As I started a nightly job for HBASE-24198,
where I changed the personality but here in Jenkinsfile we still reference the
one from master branch...
Will revert this change when merging.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services