refactor(executeFreeleapsPipeline): streamline component build and dependency resolution stages
Signed-off-by: 孙振宇 <>
This commit is contained in:
parent
376fa19c78
commit
c84c65ce87
@ -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:
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user