From d21b354a5bfdf0590a1173a6f432322b024f7a7c Mon Sep 17 00:00:00 2001 From: Yevhenii Poliakov Date: Sun, 14 May 2023 13:18:16 +0200 Subject: [PATCH] update j --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 1a97668..943e3e7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -40,7 +40,7 @@ pipeline { //sh "source docker_ium/bin/activate" sh "ls -a" sh "chmod u+x script2.py" - sh "pip show pandas" + sh "pip3 show pandas" //h "python3 script2.py" }