refactor(executeFreeleapsPipeline): rename 'steps' to 'stages' for improved clarity in pipeline structure
Signed-off-by: 孙振宇 <>
This commit is contained in:
parent
1f25eb7b08
commit
8d8cf33b1a
@ -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