fix sacred

This commit is contained in:
PawelDopierala 2024-06-12 15:36:34 +02:00
parent 408bebce7a
commit 2e7be0d847

View File

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