This commit is contained in:
parent
20af91e76f
commit
72c7327d13
@ -19,10 +19,10 @@ pipeline {
|
||||
emailext body: 'Evaluation of CNN for english phonetic embeddings has finished successfully!\n'+results, subject: 's434749 evaluation finished', to: '26ab8f35.uam.onmicrosoft.com@emea.teams.ms'
|
||||
archiveArtifacts 'results.txt,sacred_file_observer/**'
|
||||
}
|
||||
fail{
|
||||
failure{
|
||||
emailext body: 'Evaluation of CNN for english phonetic embeddings has failed!\n'+results, subject: 's434749 evaluation failed', to: '26ab8f35.uam.onmicrosoft.com@emea.teams.ms'
|
||||
}
|
||||
abort{
|
||||
aborted{
|
||||
emailext body: 'Evaluation of CNN for english phonetic embeddings was aborted!\n'+results, subject: 's434749 evaluation aborted', to: '26ab8f35.uam.onmicrosoft.com@emea.teams.ms'
|
||||
}
|
||||
}
|
||||
|
@ -16,10 +16,10 @@ pipeline {
|
||||
emailext body: 'Training of CNN for english phonetic embeddings has finished successfully', subject: 's434749 training finished', to: '26ab8f35.uam.onmicrosoft.com@emea.teams.ms'
|
||||
archiveArtifacts 'cnn.pth,sacred_file_observer/**'
|
||||
}
|
||||
fail{
|
||||
failure{
|
||||
emailext body: 'Training of CNN for english phonetic embeddings has failed!\n'+results, subject: 's434749 evaluation failed', to: '26ab8f35.uam.onmicrosoft.com@emea.teams.ms'
|
||||
}
|
||||
abort{
|
||||
aborted{
|
||||
emailext body: 'Training of CNN for english phonetic embeddings was aborted!\n'+results, subject: 's434749 evaluation aborted', to: '26ab8f35.uam.onmicrosoft.com@emea.teams.ms'
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user