add email notification
Some checks failed
s430705-training/pipeline/head There was a failure building this commit
Some checks failed
s430705-training/pipeline/head There was a failure building this commit
This commit is contained in:
parent
59c827d5fd
commit
aeab6ee186
@ -23,5 +23,12 @@ pipeline {
|
||||
archiveArtifacts artifacts: 'model_movies'
|
||||
}
|
||||
}
|
||||
stage('Send notification'){
|
||||
steps{
|
||||
emailext body: currentBuild.result ?: 'SUCCESS +1 YEA',
|
||||
subject: 's43705',
|
||||
to: '26ab8f35.uam.onmicrosoft.com@emea.teams.ms'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user