This commit is contained in:
Yevhenii Poliakov 2023-05-14 22:38:06 +02:00
parent df3eba461b
commit 41e1824cce
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ pipeline {
sh "ls -a"
sh "chmod u+x script5_2.py"
//sh "pip3 show pandas"
sh "python3 script5_2.py"
sh "python3 script5_2.py | tee output.txt"
}
}