update jenkinsfile_train-sacred
Some checks failed
s444356-evaluation/pipeline/head This commit looks good
s444356-training/pipeline/head There was a failure building this commit

This commit is contained in:
Maciej Czajka 2022-05-09 22:02:02 +02:00
parent 0896e331a7
commit 76e817a946

View File

@ -16,7 +16,7 @@ pipeline {
stage('Script'){
steps {
copyArtifacts filter: '*', projectName: 's444356-create-dataset'
sh 'python Biblioteka_DL/dllib-sacred.py -e ${params.EPOCHS}'
sh "python Biblioteka_DL/dllib-sacred.py -e ${params.EPOCHS}"
archiveArtifacts artifacts: 'games_model.pkl'
}
}