Braces fix
This commit is contained in:
parent
d2a813c9c6
commit
993b2ce5bc
@ -8,11 +8,11 @@ pipeline {
|
||||
description: 'epochs number',
|
||||
name: 'epochs'
|
||||
),
|
||||
string {
|
||||
string (
|
||||
defaultValue: '--save',
|
||||
description: 'save model after training',
|
||||
name: 'save_model'
|
||||
}
|
||||
)
|
||||
}
|
||||
stages {
|
||||
stage('Checkout') {
|
||||
@ -45,7 +45,7 @@ pipeline {
|
||||
success {
|
||||
emailtext body: 'SUCCESS', subject: "s478841-training", to: 'e19191c5.uam.onmicrosoft.com@emea.teams.ms'
|
||||
}
|
||||
|
||||
|
||||
failure {
|
||||
emailtext body: 'FAILURE', subject: "s478841-training", to: 'e19191c5.uam.onmicrosoft.com@emea.teams.ms'
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user