From 225449b1ffb4354da7fd8829d86b89a1534bd0dd Mon Sep 17 00:00:00 2001 From: Yevhenii Poliakov Date: Sun, 14 May 2023 13:23:22 +0200 Subject: [PATCH] update j --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 10ae35d..a86c03b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -41,7 +41,7 @@ pipeline { sh "ls -a" sh "chmod u+x script2.py" //sh "pip3 show pandas" - h "python3 script2.py" + sh "python3 script2.py" } }