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 16:17:18 UTC

[hbase] branch HBASE-26313 updated: use double quote

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 3316129  use double quote
3316129 is described below

commit 331612965a83cb981f6cdb9bfca7ed828b42975f
Author: Duo Zhang <zh...@apache.org>
AuthorDate: Fri Oct 1 00:16:40 2021 +0800

    use double quote
---
 dev-support/Jenkinsfile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

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