HOTFIX
This commit is contained in:
parent
c9b0f021c1
commit
dd43b90713
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user