This commit is contained in:
s487178 2023-04-19 19:03:16 +02:00
parent 208a943589
commit ab78e37660

View File

@ -36,7 +36,7 @@ pipeline {
// sh "docker run ium_s487178 python3 ./python_dataset_stats.py > output.txt"
script{
def localFilePath = "${WORKSPACE}/body_performance_processed.csv"
sh "docker run -v ${localFilePath}:${WORKSPACE}/body_performance_processed.csv kubas99x/ium_s487178:1_1 python3 ./python_dataset_stats.py | tee output.txt"
sh "docker run -v ${localFilePath}:/app/body_performance_processed.csv kubas99x/ium_s487178:1_1 python3 ./python_dataset_stats.py > output.txt"
}
}
}