refactor(executeFreeleapsPipeline): change 'steps' to 'step' for consistency in generateComponentStages function

Signed-off-by: 孙振宇 <>
This commit is contained in:
孙振宇 2025-02-04 15:18:37 +08:00
parent 296d49f95c
commit 5d290bd698

View File

@ -48,7 +48,7 @@ def generateComponentStages(component, configurations) {
]
) {
node("dep-resolver-${component.name}") {
steps {
step {
script {
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
if (env.executeMode == "fully" || env.changedComponents.contains(component.name)) {