This commit is contained in:
parent
638e8e92ea
commit
3ebd851935
@ -17,7 +17,7 @@ pipeline {
|
||||
post {
|
||||
success {
|
||||
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'
|
||||
archiveArtifacts 'results.txt,sacred_file_observer/**'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -14,7 +14,7 @@ pipeline {
|
||||
post {
|
||||
success {
|
||||
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'
|
||||
archiveArtifacts 'cnn.pth,sacred_file_observer/**'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user