diff --git a/Jenkinsfile b/Jenkinsfile index 29ea6e8..b029478 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -24,6 +24,7 @@ pipeline { echo("run data script") //sh "source docker_ium/bin/activate" sh "ls -a" + sh "chmod u+x script2.py" sh "python3 script2.py" }