any artifact, not only text
This commit is contained in:
parent
c571f6835a
commit
82394f4b8b
@ -24,7 +24,7 @@ stages {
|
||||
stage('Archive') {
|
||||
steps {
|
||||
dir('saved_model') {
|
||||
archiveArtifacts artifacts: '**/*.txt',
|
||||
archiveArtifacts artifacts: '**/**',
|
||||
allowEmptyArchive: true
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user