From 760e7e7652b90df1f04f024858d86b4440b2ff07 Mon Sep 17 00:00:00 2001 From: Yevhenii Poliakov Date: Sun, 14 May 2023 13:04:27 +0200 Subject: [PATCH] update j --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 39ab6d3..ef315a5 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -40,7 +40,7 @@ pipeline { sh "ls -a" sh "chmod u+x script2.py" sh "pip show pandas" - sh "python3 script2.py" + //h "python3 script2.py" } }