diff --git a/Jenkinsfile b/Jenkinsfile index e8105bd..e3f0845 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -39,7 +39,6 @@ pipeline { stage('Archive artifacts') { steps{ archiveArtifacts 'vgsales_model.h5' - archiveArtifacts 'my_runs/**' } } }