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