This commit is contained in:
parent
d409867cd9
commit
40dbdf89ed
@ -20,7 +20,7 @@ pipeline {
|
||||
}
|
||||
|
||||
stages{
|
||||
stage('artifacts') {
|
||||
stage('copy-artifacts') {
|
||||
steps {
|
||||
copyArtifacts fingerprintArtifacts: true, projectName: 's434784-create-dataset', selector: buildParameter('BUILD_SELECTOR')
|
||||
}
|
||||
@ -38,5 +38,10 @@ pipeline {
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('archive-model') {
|
||||
steps{
|
||||
archiveArtifacts 'sucides_model.h5'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user