2021年2月26日

jenkins pipeline中,失败后获取异常不中断业务

摘要: 1. jenkins中,某一个步骤出现了错误,不中继续进行。放在pipeline的stage或者steps中即可 catchError(buildResult: 'SUCCESS', message: 'git 拉取失败') { // 业务代码 withCredentials([string(cre 阅读全文

posted @ 2021-02-26 16:16 老吃鸡 阅读(3125) 评论(0) 推荐(0) 编辑

导航