This commit is contained in:
eugene 2023-06-06 22:01:13 +02:00
parent 360ea6fdfa
commit 6133e07b2b

View File

@ -41,8 +41,8 @@ pipeline {
sh "ls -a"
sh "chmod u+x script5_3.py"
//sh "pip3 show pandas"
sh "python3 script5_3.py | tee output.txt | tar -czf output.tar.gz output.txt"
//sh "python3 script5_3.py | tee output.txt | tar -czf output.tar.gz output.txt"
sh "python3 script5_3.py | tee output.txt"
}
}
}