diff --git a/JenkinsfileSacred b/JenkinsfileSacred index a1609a9..e8e1d42 100644 --- a/JenkinsfileSacred +++ b/JenkinsfileSacred @@ -37,7 +37,7 @@ pipeline { } stage('CreateArtifacts') { steps { - archiveArtifacts artifacts: 'sacred/hp_model.h5' + archiveArtifacts artifacts: 'hp_model.h5' } } }