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" }