diff --git a/Jenkinsfile b/Jenkinsfile index e9a0d15..0c07804 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -18,7 +18,7 @@ pipeline { steps { script { docker.image('ium_s487178').inside { - sh 'python my_script.py > output.txt' + sh 'python3 body_performance.py > output.txt' } archiveArtifacts 'output.txt' }