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

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


The following commit(s) were added to refs/heads/master by this push:
     new dfe5280  HBASE-22724 Addendum trim trailing spaces
dfe5280 is described below

commit dfe5280d0c79f9dd90ed18a98bf9a723a7271591
Author: Duo Zhang <[email protected]>
AuthorDate: Wed Sep 4 09:03:58 2019 +0800

    HBASE-22724 Addendum trim trailing spaces
---
 dev-support/Jenkinsfile_GitHub | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-support/Jenkinsfile_GitHub b/dev-support/Jenkinsfile_GitHub
index f542432..693a1c8 100644
--- a/dev-support/Jenkinsfile_GitHub
+++ b/dev-support/Jenkinsfile_GitHub
@@ -158,7 +158,7 @@ pipeline {
                         
YETUS_ARGS+=("--personality=${SOURCEDIR}/dev-support/hbase-personality.sh")
                         YETUS_ARGS+=("--quick-hadoopcheck")
                         YETUS_ARGS+=("--skip-errorprone")
-                        # effectively treat dev-support as a custom maven 
module       
+                        # effectively treat dev-support as a custom maven 
module
                         YETUS_ARGS+=("--skip-dirs=dev-support")
                         # help keep the ASF boxes clean
                         YETUS_ARGS+=("--sentinel")

Reply via email to