refactor(executeFreeleapsPipeline): streamline component build and dependency resolution stages

Signed-off-by: 孙振宇 <>
This commit is contained in:
孙振宇 2025-02-04 10:36:58 +08:00
parent 376fa19c78
commit c84c65ce87

View File

@ -104,6 +104,9 @@ spec:
}
}
stage("Components Build (Dynamic Generated Stages)") {
steps {
script {
configurations.components.each { component ->
stage("${component} :: Build Agent Setup") {
when {
@ -191,6 +194,9 @@ spec:
}
}
}
}
}
}
}
}