1 Star 0 Fork 0

小董 / ces-build-lib

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
mailIfStatusChanged.groovy 491 Bytes
一键复制 编辑 原始数据 按行查看 历史
package com.cloudogu.ces.cesbuildlib
def call(String recipients) {
// Also send "back to normal" emails and . Mailer seems to check build result, but SUCCESS is not set during pipeline execution.
if (!currentBuild.result) {
currentBuild.result = currentBuild.currentResult
}
step([$class: 'Mailer', recipients: recipients,
sendToIndividuals: true,
// Necessary for "still unstable" emails
notifyEveryUnstableBuild: true])
}
1
https://gitee.com/openoffice/ces-build-lib.git
git@gitee.com:openoffice/ces-build-lib.git
openoffice
ces-build-lib
ces-build-lib
develop

搜索帮助