diff --git a/Jenkinsfile b/Jenkinsfile index 02b8094..171bed9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -41,7 +41,8 @@ pipeline { sh "ls -a" sh "chmod u+x script5.py" //sh "pip3 show pandas" - sh "python3 script5.py" + sh "cat script5.py" + //sh "python3 script5.py" } }