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

This commit is contained in:
Maciej Czajka 2022-05-04 17:01:26 +02:00
parent ed94ed26fc
commit bf1381fbd7

View File

@ -16,7 +16,7 @@ pipeline {
stage('Script'){ stage('Script'){
steps { steps {
copyArtifacts filter: '*', projectName: 's444356-create-dataset' copyArtifacts filter: '*', projectName: 's444356-create-dataset'
sh 'python3 Biblioteka_DL/dllib-sacred.py with "epochs=$EPOCHS"' sh "python Biblioteka_DL/dllib-sacred.py with "epochs=$EPOCHS""
archiveArtifacts artifacts: 'games_model.pkl, my_runs', followSymlinks: false archiveArtifacts artifacts: 'games_model.pkl, my_runs', followSymlinks: false
build job: 's444356-evaluation/master/' build job: 's444356-evaluation/master/'