This commit is contained in:
Yevhenii Poliakov 2023-05-14 13:04:27 +02:00
parent 14c1175cc3
commit 760e7e7652

2
Jenkinsfile vendored
View File

@ -40,7 +40,7 @@ pipeline {
sh "ls -a"
sh "chmod u+x script2.py"
sh "pip show pandas"
sh "python3 script2.py"
//h "python3 script2.py"
}
}