This commit is contained in:
Dominik Strzako 2021-05-23 18:31:45 +02:00
parent c9b0f021c1
commit dd43b90713

View File

@ -31,14 +31,15 @@ pipeline {
steps
{
catchError {
sh 'python3.8 Zadanie_08_and_09_MLflow.py ${BATCH_SIZE} ${EPOCHS}'
sh 'python3.8 Zadanie_06_and_07_training.py ${BATCH_SIZE} ${EPOCHS}'
}
}
}
stage('Archive artifacts') {
steps{
archiveArtifacts 'my_model/**'
archiveArtifacts 'wine_model.h5'
archiveArtifacts 'my_runs/**'
}
}
}
@ -46,7 +47,7 @@ pipeline {
post {
success {
build job: 's434788-evaluation/master'
mail body: 'SUCCESS',
subject: 's434788 training',
to: '26ab8f35.uam.onmicrosoft.com@emea.teams.ms'