Skip to content

Commit

Permalink
Merge pull request #56 from ci-plugins/issue_6725
Browse files Browse the repository at this point in the history
feat: 提供统一的云原生调度接入层 #6725
  • Loading branch information
carlyin0801 authored Nov 24, 2022
2 parents 3353313 + 4853dc1 commit 032d761
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
| v1.1.3 | 获取插件私有配置优化
| v1.1.4 | 升级jackson开源组件漏洞版本
| v1.1.5 | 新增kubernetes构建资源相关api
| v1.1.6 | 优化日志打印

[TOC]

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.tencent.devops.ci-plugins</groupId>
<artifactId>java-plugin-sdk</artifactId>
<version>1.1.5</version>
<version>1.1.6</version>

<inceptionYear>2018-2118</inceptionYear>
<description>bk-ci pipeline plugins sdk for java</description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ open class DockerApi : BaseApi() {
}
return Result(response)
} catch (ignore: Exception) {
logger.error("Failed to create job. ${param.imageName}", ignore)
throw DockerRunException(ignore.message ?: "")
}
}
Expand Down

0 comments on commit 032d761

Please sign in to comment.