From bdb8004c8d91ed8731d7bccad98ed2e2d50155a0 Mon Sep 17 00:00:00 2001 From: Yevhenii Poliakov Date: Sun, 14 May 2023 19:56:35 +0200 Subject: [PATCH] update j --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index a86c03b..02b8094 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -39,9 +39,9 @@ pipeline { echo("run data script") //sh "source docker_ium/bin/activate" sh "ls -a" - sh "chmod u+x script2.py" + sh "chmod u+x script5.py" //sh "pip3 show pandas" - sh "python3 script2.py" + sh "python3 script5.py" } }