You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by bu...@apache.org on 2018/05/23 16:44:35 UTC

hbase git commit: WIP try to figure out jenkins bug.

Repository: hbase
Updated Branches:
  refs/heads/HBASE-20331 3e880b72d -> b0a750964


WIP try to figure out jenkins bug.


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/b0a75096
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/b0a75096
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/b0a75096

Branch: refs/heads/HBASE-20331
Commit: b0a750964e03bdc137f380bcb057fa3e2ec82890
Parents: 3e880b7
Author: Sean Busbey <bu...@apache.org>
Authored: Wed May 23 11:44:03 2018 -0500
Committer: Sean Busbey <bu...@apache.org>
Committed: Wed May 23 11:44:03 2018 -0500

----------------------------------------------------------------------
 dev-support/Jenkinsfile | 55 +++++++++++++++++++++++++-------------------
 1 file changed, 31 insertions(+), 24 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/b0a75096/dev-support/Jenkinsfile
----------------------------------------------------------------------
diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile
index 6c22c41..f0e00a8 100644
--- a/dev-support/Jenkinsfile
+++ b/dev-support/Jenkinsfile
@@ -60,13 +60,20 @@ pipeline {
     booleanParam(name: 'DEBUG', defaultValue: false, description: 'Produce a lot more meta-information.')
   }
   stages {
+    stage ('scm-checkout') {
+      steps {
+            dir('component') {
+              checkout scm
+            }
+      }
+    }
     stage ('thirdparty installs') {
       parallel {
         stage ('yetus install') {
           steps {
-            dir('component') {
-              checkout scm
-            }
+      //      dir('component') {
+      //        checkout scm
+      //      }
             sh  '''#!/usr/bin/env bash
               set -e
               echo "Ensure we have a copy of Apache Yetus."
@@ -110,9 +117,9 @@ pipeline {
             HADOOP2_VERSION="2.7.1"
           }
           steps {
-            dir('component') {
-              checkout scm
-            }
+//            dir('component') {
+//              checkout scm
+//            }
             sh '''#!/usr/bin/env bash
               set -e
               echo "Ensure we have a copy of Hadoop ${HADOOP2_VERSION}"
@@ -129,9 +136,9 @@ pipeline {
             HADOOP3_VERSION="3.0.0"
           }
           steps {
-            dir('component') {
-              checkout scm
-            }
+//            dir('component') {
+//              checkout scm
+//            }
             sh '''#!/usr/bin/env bash
               set -e
               echo "Ensure we have a copy of Hadoop ${HADOOP3_VERSION}"
@@ -184,9 +191,9 @@ pipeline {
               echo "-- Something went wrong running this stage, please [check relevant console output|${BUILD_URL}/console]." >> "${OUTPUT_DIR}/commentfile"
 '''
             unstash 'yetus'
-            dir('component') {
-              checkout scm
-            }
+//            dir('component') {
+//              checkout scm
+//            }
             sh '''#!/usr/bin/env bash
               set -e
               rm -rf "${OUTPUT_DIR}/machine" && mkdir "${OUTPUT_DIR}/machine"
@@ -251,9 +258,9 @@ pipeline {
               echo "-- Something went wrong running this stage, please [check relevant console output|${BUILD_URL}/console]." >> "${OUTPUT_DIR}/commentfile"
 '''
             unstash 'yetus'
-            dir('component') {
-              checkout scm
-            }
+//            dir('component') {
+//              checkout scm
+//            }
             sh '''#!/usr/bin/env bash
               set -e
               rm -rf "${OUTPUT_DIR}/machine" && mkdir "${OUTPUT_DIR}/machine"
@@ -331,9 +338,9 @@ pipeline {
               echo "-- Something went wrong running this stage, please [check relevant console output|${BUILD_URL}/console]." >> "${OUTPUT_DIR}/commentfile"
 '''
             unstash 'yetus'
-            dir('component') {
-              checkout scm
-            }
+//            dir('component') {
+//              checkout scm
+//            }
             sh '''#!/usr/bin/env bash
               set -e
               rm -rf "${OUTPUT_DIR}/machine" && mkdir "${OUTPUT_DIR}/machine"
@@ -418,9 +425,9 @@ pipeline {
               echo "-- Something went wrong running this stage, please [check relevant console output|${BUILD_URL}/console]." >> "${OUTPUT_DIR}/commentfile"
 '''
             unstash 'yetus'
-            dir('component') {
-              checkout scm
-            }
+            //dir('component') {
+            //  checkout scm
+            //}
             sh '''#!/usr/bin/env bash
               set -e
               rm -rf "${OUTPUT_DIR}/machine" && mkdir "${OUTPUT_DIR}/machine"
@@ -499,9 +506,9 @@ pipeline {
               echo "(x) {color:red}-1 source release artifact{color}\n-- Something went wrong with this stage, [check relevant console output|${BUILD_URL}/console]." >output-srctarball/commentfile
               echo "(x) {color:red}-1 client integration test{color}\n-- Something went wrong with this stage, [check relevant console output|${BUILD_URL}/console]." >output-integration/commentfile
 '''
-            dir('component') {
-              checkout scm
-            }
+            //dir('component') {
+            //  checkout scm
+            //}
             sh '''#!/usr/bin/env bash
               set -e
               rm -rf "output-srctarball/machine" && mkdir "output-srctarball/machine"