diff --git a/Jenkinsfile b/Jenkinsfile index 39ab6d3..ef315a5 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -40,7 +40,7 @@ pipeline { sh "ls -a" sh "chmod u+x script2.py" sh "pip show pandas" - sh "python3 script2.py" + //h "python3 script2.py" } }