refactor(executeFreeleapsPipeline): rename 'steps' back to 'stages' for consistency in pipeline structure

Signed-off-by: 孙振宇 <>
This commit is contained in:
孙振宇 2025-02-04 14:29:43 +08:00
parent f8d099d274
commit 79c9c845b0

View File

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