This commit is contained in:
Yevhenii Poliakov 2023-05-14 13:22:51 +02:00
parent 8907dc2ebe
commit 5edd8cab92

4
Jenkinsfile vendored
View File

@ -40,8 +40,8 @@ pipeline {
//sh "source docker_ium/bin/activate"
sh "ls -a"
sh "chmod u+x script2.py"
sh "pip3 show pandas"
//h "python3 script2.py"
//sh "pip3 show pandas"
h "python3 script2.py"
}
}