diff --git a/Jenkinsfile b/Jenkinsfile index 10ae35d..a86c03b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -41,7 +41,7 @@ pipeline { sh "ls -a" sh "chmod u+x script2.py" //sh "pip3 show pandas" - h "python3 script2.py" + sh "python3 script2.py" } }