未验证 提交 545c3dfe 编写于 作者: B Basil Crow 提交者: GitHub

Record Launchable commits for successful builds (#7780)

上级 48733a5e
......@@ -128,6 +128,15 @@ for (i = 0; i < buildTypes.size(); i++) {
if (failFast && currentBuild.result == 'UNSTABLE') {
error 'Static analysis quality gates not passed; halting early'
}
/*
* If the current build was successful, we send the commits to Launchable so that the
* result can be consumed by a Launchable build in the future.
*/
if (currentBuild.currentResult == 'SUCCESS') {
launchable.install()
launchable('verify')
launchable('record commit')
}
def changelist = readFile(changelistF)
dir(m2repo) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册