Przeglądaj źródła

HADOOP-17062. Fix shelldocs path in Jenkinsfile (#2049)

(cherry picked from commit 704409d53bf7ebf717a3c2e988ede80f623bbad3)
Akira Ajisaka 5 lat temu
rodzic
commit
75516620c8
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      Jenkinsfile

+ 1 - 1
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