This commit is contained in:
eugene 2023-06-06 21:29:10 +02:00
parent 0d0ee8bf90
commit f8fc798292

View File

@ -39,9 +39,9 @@ pipeline {
echo("run data script")
//sh "source docker_ium/bin/activate"
sh "ls -a"
sh "chmod u+x script5_2.py"
sh "chmod u+x script5_3.py"
//sh "pip3 show pandas"
sh "python3 script5_2.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"
}
}