Skip to content

Commit 704409d

Browse files
authored
HADOOP-17062. Fix shelldocs path in Jenkinsfile (#2049)
1 parent 40d63e0 commit 704409d

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)