refactor(executeFreeleapsPipeline): rename 'steps' to 'stages' for improved clarity in pipeline structure

Signed-off-by: 孙振宇 <>
This commit is contained in:
孙振宇 2025-02-04 13:50:02 +08:00
parent 1f25eb7b08
commit 8d8cf33b1a

View File

@ -109,7 +109,7 @@ spec:
return env.executeMode == "fully" || env.changedComponents.size() > 0 return env.executeMode == "fully" || env.changedComponents.size() > 0
} }
} }
steps { stages {
script { script {
configurations.components.each { component -> configurations.components.each { component ->
stage("${component.name} :: Build Agent Setup") { stage("${component.name} :: Build Agent Setup") {