update jenkinsfile

This commit is contained in:
Yevhenii Poliakov 2023-05-12 21:45:53 +02:00
parent 9e670a90b2
commit 2cc9e9c9ec

2
Jenkinsfile vendored
View File

@ -25,7 +25,7 @@ pipeline {
//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 script2.py"
sh "pip shop pandas" sh "pip show pandas"
sh "python3 script2.py" sh "python3 script2.py"
} }