diff --git a/Jenkinsfile_stats b/Jenkinsfile_stats index 693f65b..e5d09cd 100644 --- a/Jenkinsfile_stats +++ b/Jenkinsfile_stats @@ -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" } } }