Skip to content

Commit

Permalink
feat:流水线版本管理机制 #8161 优化stage label
Browse files Browse the repository at this point in the history
  • Loading branch information
yongyiduan committed Jun 11, 2024
1 parent 1cd7bc6 commit 8ace8c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ object ScriptYmlUtils {

private fun formatStageLabel(labels: Any?): List<String> {
if (labels == null) {
return emptyList()
return listOf(StageLabel.BUILD.id)
}

val transLabels = anyToListString(labels)
Expand Down

0 comments on commit 8ace8c3

Please sign in to comment.