diff --git a/Jenkinsfile b/Jenkinsfile index 625d4dc..2acfe90 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -25,7 +25,7 @@ pipeline { //sh "source docker_ium/bin/activate" sh "ls -a" sh "chmod u+x script2.py" - sh "pip shop pandas" + sh "pip show pandas" sh "python3 script2.py" }