diff --git a/Jenkinsfile3 b/Jenkinsfile3 index 0f814fe..09a32ad 100644 --- a/Jenkinsfile3 +++ b/Jenkinsfile3 @@ -24,7 +24,7 @@ stages { stage('Archive') { steps { dir('saved_model') { - archiveArtifacts artifacts: '**/*.txt', + archiveArtifacts artifacts: '**/**', allowEmptyArchive: true } }