未验证 提交 2e9c67c4 编写于 作者: B Basil Crow 提交者: GitHub

Use `withCredentials` for Launchable in `Jenkinsfile` (#7789)

上级 545c3dfe
......@@ -134,8 +134,10 @@ for (i = 0; i < buildTypes.size(); i++) {
*/
if (currentBuild.currentResult == 'SUCCESS') {
launchable.install()
launchable('verify')
launchable('record commit')
withCredentials([string(credentialsId: 'launchable-jenkins-bom', variable: 'LAUNCHABLE_TOKEN')]) {
launchable('verify')
launchable('record commit')
}
}
def changelist = readFile(changelistF)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册