refactor(executeFreeleapsPipeline): clean up whitespace and formatting in the pipeline script

Signed-off-by: 孙振宇 <>
This commit is contained in:
孙振宇 2025-02-04 12:40:44 +08:00
parent 9bcd494018
commit 805b051c26

View File

@ -110,7 +110,6 @@ spec:
return env.executeMode == "fully" || env.changedComponents.size() > 0
}
}
steps {
script {
configurations.components.each { component ->
@ -135,7 +134,8 @@ spec:
log.info("Pipeline","Using ${buildAgentImage} as build agent image for ${component.name}")
env.buildAgentImage = buildAgentImage
}
}
}
}
stage("${component.name} :: Dependencies Resolving") {
agent {