eval mail
This commit is contained in:
parent
5189f40f7e
commit
39de53d780
@ -34,6 +34,14 @@ pipeline {
|
|||||||
stage('archive-artifacts') {
|
stage('archive-artifacts') {
|
||||||
steps{
|
steps{
|
||||||
archiveArtifacts 'results.txt'
|
archiveArtifacts 'results.txt'
|
||||||
|
archiveArtifacts 'plot.png'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
stage('send-mail') {
|
||||||
|
steps{
|
||||||
|
emailext body: currentBuild.result ?: 'SUCCESS',
|
||||||
|
subject: 's434784-evaluation',
|
||||||
|
to: '26ab8f35.uam.onmicrosoft.com@emea.teams.ms'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user