add chmod

This commit is contained in:
Yevhenii Poliakov 2023-05-12 20:57:30 +02:00
parent 5d0f5f6ef9
commit c26632e5ed

1
Jenkinsfile vendored
View File

@ -24,6 +24,7 @@ pipeline {
echo("run data script") echo("run data script")
//sh "source docker_ium/bin/activate" //sh "source docker_ium/bin/activate"
sh "ls -a" sh "ls -a"
sh "chmod u+x script2.py"
sh "python3 script2.py" sh "python3 script2.py"
} }