Fix Jenkinsfile: Update volume mount path for HTML output directory
Signed-off-by: Stephen Simpson <ssimpson89@users.noreply.github.com>
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -99,7 +99,7 @@ mkdir -p ./html ./tmp
|
|||||||
|
|
||||||
# Run the container to build man pages
|
# Run the container to build man pages
|
||||||
docker run --rm \
|
docker run --rm \
|
||||||
-v "$(pwd)/html:/app/html" \
|
-v "$(pwd)/html:/data/html" \
|
||||||
-v "$(pwd)/tmp:/data/tmp" \
|
-v "$(pwd)/tmp:/data/tmp" \
|
||||||
rocky-man:${BUILD_NUMBER} \
|
rocky-man:${BUILD_NUMBER} \
|
||||||
--versions ${VERSIONS} \
|
--versions ${VERSIONS} \
|
||||||
|
|||||||
Reference in New Issue
Block a user