Skip to content

Commit 032d761

Browse files
authored
Merge pull request #56 from ci-plugins/issue_6725
feat: 提供统一的云原生调度接入层 #6725
2 parents 3353313 + 4853dc1 commit 032d761

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
| v1.1.3 | 获取插件私有配置优化
3838
| v1.1.4 | 升级jackson开源组件漏洞版本
3939
| v1.1.5 | 新增kubernetes构建资源相关api
40+
| v1.1.6 | 优化日志打印
4041

4142
[TOC]
4243

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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>

src/main/kotlin/com/tencent/bk/devops/plugin/docker/DockerApi.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)