update jenkinsfile_train-sacred
All checks were successful
s444356-evaluation/pipeline/head This commit looks good
s444356-training/pipeline/head This commit looks good

This commit is contained in:
Maciej Czajka 2022-05-09 22:11:18 +02:00
parent 61f63e4621
commit 8f297e82de

View File

@ -18,6 +18,8 @@ pipeline {
copyArtifacts filter: '*', projectName: 's444356-create-dataset'
sh "python Biblioteka_DL/dllib-mlflow.py -e $EPOCHS"
archiveArtifacts artifacts: 'games_model.pkl'
sh 'ls -al'
archiveArtifacts artifacts: 'mlruns/**'
}
}
}