Skip to content

Commit

Permalink
feat:流水线版本管理机制 TencentBlueKing#8161 优化
Browse files Browse the repository at this point in the history
  • Loading branch information
yongyiduan committed Aug 19, 2024
1 parent 6cde509 commit ff73cb6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,7 @@ class StageTransfer @Autowired(required = false) constructor(
}
}
return PreStage(
enable = stage.isStageEnable().nullIfDefault(true),
name = stage.name,
label = maskYamlStageLabel(stage.tag).ifEmpty { null },
ifField = when (stage.stageControlOption?.runCondition) {
Expand Down

0 comments on commit ff73cb6

Please sign in to comment.