trying to archive atrifact from training
This commit is contained in:
parent
82394f4b8b
commit
e409b11a15
@ -23,10 +23,10 @@ stages {
|
||||
}
|
||||
stage('Archive') {
|
||||
steps {
|
||||
dir('saved_model') {
|
||||
|
||||
archiveArtifacts artifacts: '**/**',
|
||||
allowEmptyArchive: true
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
stage('Starting eval job') {
|
||||
|
Loading…
Reference in New Issue
Block a user