diff --git a/Jenkinsfile b/Jenkinsfile index 943e3e7..10ae35d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -40,8 +40,8 @@ pipeline { //sh "source docker_ium/bin/activate" sh "ls -a" sh "chmod u+x script2.py" - sh "pip3 show pandas" - //h "python3 script2.py" + //sh "pip3 show pandas" + h "python3 script2.py" } }