add post action with email

這個提交存在於:
Samira Ouaaz 2021-11-18 00:18:22 -05:00
父節點 131abf4f46
當前提交 899b2c4e20

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}"
}
}
}