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

Signed-off-by: 孙振宇 <>
This commit is contained in:
孙振宇 2025-02-04 14:09:49 +08:00
parent b9d804b0c0
commit f8d099d274

View File

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