This commit is contained in:
parent
40dbdf89ed
commit
1c820d6b2a
@ -43,5 +43,12 @@ pipeline {
|
||||
archiveArtifacts 'sucides_model.h5'
|
||||
}
|
||||
}
|
||||
stage('send-mail') {
|
||||
steps{
|
||||
emailext body: currentBuild.result ?: 'SUCCESS',
|
||||
subject: 's434784-training',
|
||||
to: '26ab8f35.uam.onmicrosoft.com@emea.teams.ms'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user