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