Skip to content

Commit

Permalink
feat: commit check功能优化 #10448
Browse files Browse the repository at this point in the history
  • Loading branch information
hejieehe committed Jul 3, 2024
1 parent 7232682 commit f0f07a2
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ class QualityService @Autowired constructor(
val projectId = event.projectId
val pipelineId = event.pipelineId
val buildId = event.buildId
val pipelineName = pipelineListFacadeService.getPipelineIdByNames(
val pipelineName = pipelineListFacadeService.getPipelineNameByIds(
projectId = projectId,
pipelineNames = setOf(pipelineId),
pipelineIds = setOf(pipelineId),
filterDelete = true
)[pipelineId] ?: ""

Expand Down
1 change: 1 addition & 0 deletions support-files/i18n/message_en_US.properties
Original file line number Diff line number Diff line change
Expand Up @@ -485,3 +485,4 @@ TRIGGER_TYPE_REMOTE=Remote Trigger
TRIGGER_SUCCESS=Trigger success
TRIGGER_FAILED=Trigger failed
TRIGGER_NOT_MATCH=Trigger not match
bkCiPipeline=Bk-ci pipeline
1 change: 1 addition & 0 deletions support-files/i18n/message_zh_CN.properties
Original file line number Diff line number Diff line change
Expand Up @@ -485,3 +485,4 @@ TRIGGER_TYPE_REMOTE=远程触发
TRIGGER_SUCCESS=触发成功
TRIGGER_FAILED=触发失败
TRIGGER_NOT_MATCH=触发器不匹配
bkCiPipeline=蓝盾流水线
1 change: 0 additions & 1 deletion support-files/i18n/misc/message_en_US.properties
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,5 @@ bkWarningMessageFromGrafana=Early warning information from Grafana
2113006=Url encoding error, err:
bkAppScanCompleted=King Kong app scan completed
bkBuildIdNotFound=Server internal exception. Construction of buildId= {0} was not found.
bkCiPipeline=Bk-ci pipeline
bkPipelIneidNotFound=Server internal exception. Construction of pipelineId= {0} was not found.
bkProjectManager=Project administrator
1 change: 0 additions & 1 deletion support-files/i18n/misc/message_zh_CN.properties
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ bkWarningMessageFromGrafana=来自Grafana的预警信息
2113006=url编码错误, err:
bkAppScanCompleted=金刚app扫描完成
bkBuildIdNotFound=服务端内部异常,buildId={0}的构建未查到
bkCiPipeline=蓝盾流水线
bkPipelineIdNotFound=服务端内部异常,pipelineId={0}的构建未查到
bkProjectManager=项目管理员

0 comments on commit f0f07a2

Please sign in to comment.