troubleshooting

This commit is contained in:
Yevhenii Poliakov 2023-05-14 20:14:05 +02:00
parent 6497520a83
commit cc0d26e0c7

3
Jenkinsfile vendored
View File

@ -41,7 +41,8 @@ pipeline {
sh "ls -a" sh "ls -a"
sh "chmod u+x script5.py" sh "chmod u+x script5.py"
//sh "pip3 show pandas" //sh "pip3 show pandas"
sh "python3 script5.py" sh "cat script5.py"
//sh "python3 script5.py"
} }
} }