add post action with email

This commit is contained in:
Samira Ouaaz 2021-11-18 00:16:38 -05:00
parent 00fc0effc1
commit 131abf4f46

4
Jenkinsfile vendored
View file

@ -23,8 +23,8 @@ pipeline {
post {
always {
mail to:"ouaazs@algonquincollege.com",
          subject:"STATUS FOR PROJECT: ${currentBuild.fullDisplayName}",
          body: "RESULT: ${currentBuild.result}"  
subject:"STATUS FOR PROJECT: ${currentBuild.fullDisplayName}",
body: "RESULT: ${currentBuild.result}"  
}
}
}