refactor(executeFreeleapsPipeline): rename 'stages' back to 'steps' for consistency in pipeline structure
Signed-off-by: 孙振宇 <>
This commit is contained in:
parent
b9d804b0c0
commit
f8d099d274
@ -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") {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user