File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed
src/main/kotlin/com/tencent/bk/devops/plugin/docker Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 3737| v1.1.3 | 获取插件私有配置优化
3838| v1.1.4 | 升级jackson开源组件漏洞版本
3939| v1.1.5 | 新增kubernetes构建资源相关api
40+ | v1.1.6 | 优化日志打印
4041
4142[ TOC]
4243
Original file line number Diff line number Diff line change 66
77 <groupId >com.tencent.devops.ci-plugins</groupId >
88 <artifactId >java-plugin-sdk</artifactId >
9- <version >1.1.5 </version >
9+ <version >1.1.6 </version >
1010
1111 <inceptionYear >2018-2118</inceptionYear >
1212 <description >bk-ci pipeline plugins sdk for java</description >
Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ open class DockerApi : BaseApi() {
4242 }
4343 return Result (response)
4444 } catch (ignore: Exception ) {
45+ logger.error(" Failed to create job. ${param.imageName} " , ignore)
4546 throw DockerRunException (ignore.message ? : " " )
4647 }
4748 }
You can’t perform that action at this time.
0 commit comments