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