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/09/30 13:28:20 UTC

[hbase] branch HBASE-26313 updated: fix remote directory

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

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


The following commit(s) were added to refs/heads/HBASE-26313 by this push:
     new 984ab3e  fix remote directory
984ab3e is described below

commit 984ab3e38fae2a7335d4cea337ab79a7e0a33b85
Author: Duo Zhang <zh...@apache.org>
AuthorDate: Thu Sep 30 21:27:41 2021 +0800

    fix remote directory
---
 dev-support/Jenkinsfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile
index 77921a7..fde4b2d 100644
--- a/dev-support/Jenkinsfile
+++ b/dev-support/Jenkinsfile
@@ -493,7 +493,7 @@ pipeline {
               sshPublisher(publishers: [
                 sshPublisherDesc(configName: 'Nightlies',
                   transfers: [
-                    sshTransfer(remoteDirectory: 'hbase/${JOB_NAME}/${BUILD_NUMBER}/${env.OUTPUT_DIR_RELATIVE}/',
+                    sshTransfer(remoteDirectory: 'hbase/${JOB_NAME}/${BUILD_NUMBER}',
                       sourceFiles: '${env.OUTPUT_DIR_RELATIVE}/test_logs.zip'
                     )
                   ],
@@ -596,7 +596,7 @@ pipeline {
               sshPublisher(publishers: [
                 sshPublisherDesc(configName: 'Nightlies',
                   transfers: [
-                    sshTransfer(remoteDirectory: 'hbase/${JOB_NAME}/${BUILD_NUMBER}/${env.OUTPUT_DIR_RELATIVE}/',
+                    sshTransfer(remoteDirectory: 'hbase/${JOB_NAME}/${BUILD_NUMBER}',
                       sourceFiles: '${env.OUTPUT_DIR_RELATIVE}/test_logs.zip'
                     )
                   ],