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