This commit is contained in:
Yevhenii Poliakov 2023-05-14 19:56:35 +02:00
parent 4b0c20ddc6
commit bdb8004c8d

4
Jenkinsfile vendored
View File

@ -39,9 +39,9 @@ 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 "chmod u+x script5.py"
//sh "pip3 show pandas" //sh "pip3 show pandas"
sh "python3 script2.py" sh "python3 script5.py"
} }
} }