add post action with email

Questo commit è contenuto in:
Samira Ouaaz 2021-11-18 00:18:22 -05:00
parent 131abf4f46
commit 899b2c4e20

2
Jenkinsfile esterno
Vedi file

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