Skip to content

Commit

Permalink
feat: stage支持质量红线的准入准出 TencentBlueKing#4732
Browse files Browse the repository at this point in the history
  • Loading branch information
royalhuang committed Aug 5, 2021
1 parent 6df5b7c commit 98fa286
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ class CheckPauseReviewStageCmd(
commandContext.stage.checkIn?.status = BuildStatus.QUALITY_CHECK_FAIL.name
commandContext.buildStatus = BuildStatus.QUALITY_CHECK_FAIL
commandContext.latestSummary = "s(${stage.stageId}) failed with QUALITY_CHECK_IN"
commandContext.cmdFlowState = CmdFlowState.CONTINUE
commandContext.cmdFlowState = CmdFlowState.FINALLY
return
}

Expand Down

0 comments on commit 98fa286

Please sign in to comment.