This is an automated email from the ASF dual-hosted git repository.

busbey pushed a commit to branch HBASE-27006
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/HBASE-27006 by this push:
     new 6869e3d7038 HBASE-27006 addendum ensure a SCM checkout happens on the 
large node.
6869e3d7038 is described below

commit 6869e3d7038adcd3ec57afdf1254374014081de1
Author: Sean Busbey <bus...@apache.org>
AuthorDate: Tue May 17 09:27:15 2022 -0500

    HBASE-27006 addendum ensure a SCM checkout happens on the large node.
---
 dev-support/Jenkinsfile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile
index 4b6d8f6a4ab..c849870305a 100644
--- a/dev-support/Jenkinsfile
+++ b/dev-support/Jenkinsfile
@@ -765,6 +765,9 @@ pipeline {
             BRANCH = "${env.BRANCH_NAME}"
           }
           steps {
+            dir('component') {
+              checkout scm
+            }
             sh '''#!/bin/bash -e
               echo "Setting up directories"
               rm -rf "output-srctarball" && mkdir "output-srctarball"

Reply via email to