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