refactor(executeFreeleapsPipeline): add log statement for build agent image in execution stage
Signed-off-by: 孙振宇 <>
This commit is contained in:
parent
dced64a280
commit
4e763f14af
@ -134,7 +134,7 @@ 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 {
|
||||||
@ -163,6 +163,7 @@ spec:
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (env.executeMode == "fully" || env.changedComponents.contains(component.name)) {
|
if (env.executeMode == "fully" || env.changedComponents.contains(component.name)) {
|
||||||
|
log.info("Pipeline","Build Agent sets to: ${env.buildAgentImage}")
|
||||||
def sourceFetcher = new SourceFetcher(this)
|
def sourceFetcher = new SourceFetcher(this)
|
||||||
sourceFetcher.fetch(configurations)
|
sourceFetcher.fetch(configurations)
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user