This commit is contained in:
Yevhenii Poliakov 2023-05-14 22:31:32 +02:00
parent 7a6f573d26
commit 83e4239821

View File

@ -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"
}
}