Skip to content

Commit 538363a

Browse files
committed
feat: 提供统一的云原生调度接入层 #6725
SDK集成k8s API
1 parent b5a3f04 commit 538363a

File tree

1 file changed

+1
-0
lines changed
  • src/main/kotlin/com/tencent/bk/devops/plugin/docker

1 file changed

+1
-0
lines changed

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)