Zaktualizuj 'Jenkinsfile_evaluate'
This commit is contained in:
parent
ac30182bd4
commit
d6cd6399c6
@ -5,7 +5,7 @@ pipeline {
|
||||
stages{
|
||||
stage('Copy model') {
|
||||
steps {
|
||||
copyArtifacts(projectName: 's452662-training', selector: lastSuccessful())
|
||||
copyArtifacts(projectName: 's452662-training', selector: lastSuccessful(), flatten: true)
|
||||
}
|
||||
}
|
||||
stage('Archive metrics') {
|
||||
|
Loading…
Reference in New Issue
Block a user