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 <zhan...@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}/**/*"