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