We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40d63e0 commit 704409dCopy full SHA for 704409d
Jenkinsfile
@@ -134,7 +134,7 @@ pipeline {
134
YETUS_ARGS+=("--plugins=all")
135
136
# use Hadoop's bundled shelldocs
137
- YETUS_ARGS+=("--shelldocs=/testptch/hadoop/dev-support/bin/shelldocs")
+ YETUS_ARGS+=("--shelldocs=${WORKSPACE}/${SOURCEDIR}/dev-support/bin/shelldocs")
138
139
# don't let these tests cause -1s because we aren't really paying that
140
# much attention to them
0 commit comments