diff --git a/Jenkinsfile-lab5 b/Jenkinsfile-lab5 index 631bb73..3c4ad92 100644 --- a/Jenkinsfile-lab5 +++ b/Jenkinsfile-lab5 @@ -39,9 +39,9 @@ pipeline { echo("run data script") //sh "source docker_ium/bin/activate" sh "ls -a" - sh "chmod u+x script5_1.py" + sh "chmod u+x script5_2.py" //sh "pip3 show pandas" - sh "python3 script5_1.py" + sh "python3 script5_2.py" } }