refactor(executeFreeleapsPipeline): clean up whitespace and formatting in the pipeline script
Signed-off-by: 孙振宇 <>
This commit is contained in:
parent
9bcd494018
commit
805b051c26
@ -110,7 +110,6 @@ spec:
|
|||||||
return env.executeMode == "fully" || env.changedComponents.size() > 0
|
return env.executeMode == "fully" || env.changedComponents.size() > 0
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
steps {
|
steps {
|
||||||
script {
|
script {
|
||||||
configurations.components.each { component ->
|
configurations.components.each { component ->
|
||||||
@ -135,7 +134,8 @@ spec:
|
|||||||
log.info("Pipeline","Using ${buildAgentImage} as build agent image for ${component.name}")
|
log.info("Pipeline","Using ${buildAgentImage} as build agent image for ${component.name}")
|
||||||
env.buildAgentImage = buildAgentImage
|
env.buildAgentImage = buildAgentImage
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
stage("${component.name} :: Dependencies Resolving") {
|
stage("${component.name} :: Dependencies Resolving") {
|
||||||
agent {
|
agent {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user