app path
This commit is contained in:
parent
208a943589
commit
ab78e37660
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user