From 5a753ff01e2934dcc1d4824062fe4170e7903c70 Mon Sep 17 00:00:00 2001 From: Yevhenii Poliakov Date: Sun, 14 May 2023 20:16:41 +0200 Subject: [PATCH] def not a fix --- Jenkinsfile | 6 +++--- Jenkinsfile-lab5 | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 171bed9..02c751f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -39,10 +39,10 @@ pipeline { echo("run data script") //sh "source docker_ium/bin/activate" sh "ls -a" - sh "chmod u+x script5.py" + sh "chmod u+x script2.py" //sh "pip3 show pandas" - sh "cat script5.py" - //sh "python3 script5.py" + //sh "cat script5.py" + sh "python3 script2.py" } } diff --git a/Jenkinsfile-lab5 b/Jenkinsfile-lab5 index 3e8a839..02b8094 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 script4.py" + sh "chmod u+x script5.py" //sh "pip3 show pandas" - sh "python3 script4.py" + sh "python3 script5.py" } }