diff --git a/Jenkinsfile b/Jenkinsfile index a86c03b..02b8094 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -39,9 +39,9 @@ pipeline { echo("run data script") //sh "source docker_ium/bin/activate" sh "ls -a" - sh "chmod u+x script2.py" + sh "chmod u+x script5.py" //sh "pip3 show pandas" - sh "python3 script2.py" + sh "python3 script5.py" } }