ndimiduk commented on a change in pull request #1183: HBASE-23767 Add JDK11 
compilation and unit test support to Github precommit
URL: https://github.com/apache/hbase/pull/1183#discussion_r385977964
 
 

 ##########
 File path: dev-support/Jenkinsfile_GitHub
 ##########
 @@ -47,122 +49,157 @@ pipeline {
     }
 
     stages {
-        stage ('install yetus') {
+        stage ('scm checkouts') {
             steps {
+                echo "scm checkout WORKSPACE: ${WORKSPACE}"
+                dir("${WORKSPACE}/${SOURCEDIR}") {
+                    checkout scm
+                }
                 dir("${WORKSPACE}/${YETUS}") {
                     checkout([
-                        $class: 'GitSCM',
-                        branches: [[name: "${env.YETUS_VERSION}"]],
-                        userRemoteConfigs: [[ url: 
'https://github.com/apache/yetus.git']]]
+                      $class: 'GitSCM',
+                      branches: [[name: "${env.YETUS_VERSION}"]],
 
 Review comment:
   I'd like to extract the logic for grabbing either a released tarball or 
building a specified ref into a script that can be shared between the jobs.

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

Reply via email to