add post action with email
This commit is contained in:
parent
70989e8021
commit
00fc0effc1
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -22,7 +22,7 @@ pipeline {
|
|||
}
|
||||
post {
|
||||
always {
|
||||
mail to:"ouaazs@algonquincollege.com",
|
||||
mail to:"ouaazs@algonquincollege.com",
|
||||
subject:"STATUS FOR PROJECT: ${currentBuild.fullDisplayName}",
|
||||
body: "RESULT: ${currentBuild.result}"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue