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

(cherry picked from commit 704409d53b)
This commit is contained in:
Akira Ajisaka 2020-06-04 06:04:26 +09:00
parent 1714589609
commit 0b25913384
No known key found for this signature in database
GPG Key ID: C1EDBB9CA400FD50
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -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