add post action with email
這個提交存在於:
父節點
131abf4f46
當前提交
899b2c4e20
共有 1 個檔案被更改,包括 1 行新增 和 1 行删除
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}"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
載入中…
新增問題並參考