Fix
This commit is contained in:
parent
02ef6b05c9
commit
d76832d41e
@ -19,7 +19,16 @@ pipeline {
|
|||||||
steps {
|
steps {
|
||||||
sh "chmod 777 ml_training.py"
|
sh "chmod 777 ml_training.py"
|
||||||
sh "python3 ml_training.py $EPOCHS"
|
sh "python3 ml_training.py $EPOCHS"
|
||||||
|
archiveArtifacts artifacts: "trained_model/*", onlyIfSuccessful: true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
post {
|
||||||
|
success {
|
||||||
|
emailext body: "SUCCESS", subject: "s444465-training build status", to: "e19191c5.uam.onmicrosoft.com@emea.teams.ms"
|
||||||
|
}
|
||||||
|
failure {
|
||||||
|
emailext body: "FAILURE", subject: "s444465-training build status", to: "e19191c5.uam.onmicrosoft.com@emea.teams.ms"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user