From 2cb59732d1aa991c4299108a36ae0d8ccd64189c Mon Sep 17 00:00:00 2001 From: Maciej Czajka Date: Mon, 9 May 2022 22:05:22 +0200 Subject: [PATCH] update jenkinsfile_train-sacred --- Jenkinsfile_train-sacred | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/Jenkinsfile_train-sacred b/Jenkinsfile_train-sacred index 79552b5..b5339cc 100644 --- a/Jenkinsfile_train-sacred +++ b/Jenkinsfile_train-sacred @@ -16,23 +16,9 @@ pipeline { stage('Script'){ steps { copyArtifacts filter: '*', projectName: 's444356-create-dataset' - sh "python Biblioteka_DL/dllib-sacred.py -e $EPOCHS" + sh "python Biblioteka_DL/dllib-mlflow.py -e $EPOCHS" archiveArtifacts artifacts: 'games_model.pkl' } } } - post { - success { - emailext body: 'SUCCESS', subject: 's444356-training', to: 'e19191c5.uam.onmicrosoft.com@emea.teams.ms' - } - failure { - emailext body: 'FAILURE', subject: 's444356-training', to: 'e19191c5.uam.onmicrosoft.com@emea.teams.ms' - } - unstable { - emailext body: 'UNSTABLE', subject: 's444356-training', to: 'e19191c5.uam.onmicrosoft.com@emea.teams.ms' - } - changed { - emailext body: 'CHANGED', subject: 's444356-training', to: 'e19191c5.uam.onmicrosoft.com@emea.teams.ms' - } - } } \ No newline at end of file