You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by zh...@apache.org on 2021/10/20 03:08:21 UTC

[hbase] branch HBASE-26318 updated: fix syntax error

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

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


The following commit(s) were added to refs/heads/HBASE-26318 by this push:
     new 24a3c98  fix syntax error
24a3c98 is described below

commit 24a3c98eeded5a1d345bf2049bbebc75c8e35c66
Author: Duo Zhang <zh...@apache.org>
AuthorDate: Wed Oct 20 11:07:01 2021 +0800

    fix syntax error
---
 dev-support/Jenkinsfile_GitHub | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-support/Jenkinsfile_GitHub b/dev-support/Jenkinsfile_GitHub
index 36ddfe0..67ee584 100644
--- a/dev-support/Jenkinsfile_GitHub
+++ b/dev-support/Jenkinsfile_GitHub
@@ -143,6 +143,7 @@ pipeline {
                             else
                               echo "No patch-site, skipping"
                             fi
+                            '''
                             // Has to be relative to WORKSPACE.
                             archiveArtifacts artifacts: "${WORKDIR_REL}/${PATCH_REL}/*"
                             archiveArtifacts artifacts: "${WORKDIR_REL}/${PATCH_REL}/**/*"