HADOOP-17062. Fix shelldocs path in Jenkinsfile (#2049)
This commit is contained in:
parent
40d63e02f0
commit
704409d53b
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -134,7 +134,7 @@ pipeline {
|
|||||||
YETUS_ARGS+=("--plugins=all")
|
YETUS_ARGS+=("--plugins=all")
|
||||||
|
|
||||||
# use Hadoop's bundled shelldocs
|
# 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
|
# don't let these tests cause -1s because we aren't really paying that
|
||||||
# much attention to them
|
# much attention to them
|
||||||
|
Loading…
Reference in New Issue
Block a user