From 196c49199ccf1cd935e837b40b2a8e351a74f0d7 Mon Sep 17 00:00:00 2001 From: s487178 Date: Wed, 5 Apr 2023 22:23:55 +0200 Subject: [PATCH] jenkinsfile change --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' }