From 83e4239821b2775085a12923cdb8674e76195691 Mon Sep 17 00:00:00 2001 From: Yevhenii Poliakov Date: Sun, 14 May 2023 22:31:32 +0200 Subject: [PATCH] upd j --- Jenkinsfile-lab5 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile-lab5 b/Jenkinsfile-lab5 index 631bb73..3c4ad92 100644 --- a/Jenkinsfile-lab5 +++ b/Jenkinsfile-lab5 @@ -39,9 +39,9 @@ pipeline { echo("run data script") //sh "source docker_ium/bin/activate" sh "ls -a" - sh "chmod u+x script5_1.py" + sh "chmod u+x script5_2.py" //sh "pip3 show pandas" - sh "python3 script5_1.py" + sh "python3 script5_2.py" } }