Skip to content

Commit d952959

Browse files
committed
HADOOP-17062. Fix shelldocs path in Jenkinsfile (#2049)
(cherry picked from commit 704409d)
1 parent 462a68a commit d952959

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ pipeline {
134134
YETUS_ARGS+=("--plugins=all")
135135
136136
# use Hadoop's bundled shelldocs
137-
YETUS_ARGS+=("--shelldocs=/testptch/hadoop/dev-support/bin/shelldocs")
137+
YETUS_ARGS+=("--shelldocs=${WORKSPACE}/${SOURCEDIR}/dev-support/bin/shelldocs")
138138
139139
# don't let these tests cause -1s because we aren't really paying that
140140
# much attention to them

0 commit comments

Comments
 (0)