upd j
This commit is contained in:
parent
3fef5dda76
commit
14b6b95631
@ -42,14 +42,12 @@ pipeline {
|
||||
//sh "python3 script5_3.py | tee output.txt | tar -czf output.tar.gz output.txt"
|
||||
sh "python3 script7.py | tee metrics.txt"
|
||||
}
|
||||
}
|
||||
stage('Archive Output') {
|
||||
steps {
|
||||
archiveArtifacts 'experiments/**/*.*'
|
||||
}
|
||||
}
|
||||
stages {
|
||||
stage('Archive Output') {
|
||||
steps {
|
||||
archiveArtifacts 'experiments/**/*.*'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user