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