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:
Stephen Simpson
2025-12-10 14:45:38 -06:00
parent c62c8a30e2
commit 87692de410

2
Jenkinsfile vendored
View File

@@ -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} \