This commit is contained in:
Dominik Strzako 2021-05-23 22:22:56 +02:00
parent 5f656b2816
commit 97e40be2c3

View File

@ -39,7 +39,7 @@ pipeline {
stage('Archive artifacts') { stage('Archive artifacts') {
steps{ steps{
archiveArtifacts 'my_model/**' archiveArtifacts 'my_model/**/*'
} }
} }
} }