upd j
This commit is contained in:
parent
c1271fb458
commit
1b2296cf4c
@ -56,7 +56,12 @@ pipeline {
|
|||||||
sh "chmod u+x script5_4.py"
|
sh "chmod u+x script5_4.py"
|
||||||
//sh "pip3 show pandas"
|
//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_4.py | tee output.txt"
|
sh "python3 script5_4.py | tee metrics.txt"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
stage('Archive Output') {
|
||||||
|
steps {
|
||||||
|
archiveArtifacts 'metrics.txt'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user