fix sacred

This commit is contained in:
PawelDopierala 2024-06-12 15:36:34 +02:00
parent 408bebce7a
commit 2e7be0d847
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ pipeline {
}
stage('CreateArtifacts') {
steps {
archiveArtifacts artifacts: 'sacred/hp_model.h5'
archiveArtifacts artifacts: 'hp_model.h5'
}
}
}