You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by aa...@apache.org on 2020/06/03 21:08:24 UTC

[hadoop] branch branch-3.1 updated: HADOOP-17062. Fix shelldocs path in Jenkinsfile (#2049)

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

aajisaka pushed a commit to branch branch-3.1
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/branch-3.1 by this push:
     new 30c639a  HADOOP-17062. Fix shelldocs path in Jenkinsfile (#2049)
30c639a is described below

commit 30c639a025764a73da3129336b0585834e67f98d
Author: Akira Ajisaka <aa...@apache.org>
AuthorDate: Thu Jun 4 06:04:26 2020 +0900

    HADOOP-17062. Fix shelldocs path in Jenkinsfile (#2049)
    
    (cherry picked from commit 704409d53bf7ebf717a3c2e988ede80f623bbad3)
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 49e6bfb..fe32ca2 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -134,7 +134,7 @@ pipeline {
                         YETUS_ARGS+=("--plugins=all")
 
                         # use Hadoop's bundled shelldocs
-                        YETUS_ARGS+=("--shelldocs=/testptch/hadoop/dev-support/bin/shelldocs")
+                        YETUS_ARGS+=("--shelldocs=${WORKSPACE}/${SOURCEDIR}/dev-support/bin/shelldocs")
 
                         # don't let these tests cause -1s because we aren't really paying that
                         # much attention to them


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org