Skip to content

Commit

Permalink
bug: 导出商店插件yml注释补充默认值 TencentBlueKing#4738 增加导出错误码
Browse files Browse the repository at this point in the history
  • Loading branch information
royalhuang committed Jul 21, 2021
1 parent 1d15ef2 commit 5f0a9b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ object ProcessMessageCode {
const val ERROR_STAGE_IS_NOT_PAUSED = "2101108" // 构建中Stage[{0}]未处于等待审核

// 导出数据错误
const val ERROR_EXPORT_OUTPUT_CONFLICT = "2101200" // 流水线: 插件[{0}]与[{1}]存在相同输出变量[{2}]
const val ERROR_EXPORT_OUTPUT_CONFLICT = "2101200" // 变量名[{0}]来源不唯一,请修改变量名称或增加插件输出命名空间:{1}

// 构建时错误
const val ERROR_BUILD_TASK_BCS_PARAM_BCSAPPINSTID = "2101111" // bcsAppInstId is not init
Expand Down

0 comments on commit 5f0a9b8

Please sign in to comment.