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}")
|
||||
env.buildAgentImage = buildAgentImage
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
stage("${component.name} :: Dependencies Resolving") {
|
||||
agent {
|
||||
@ -163,6 +163,7 @@ spec:
|
||||
}
|
||||
}
|
||||
if (env.executeMode == "fully" || env.changedComponents.contains(component.name)) {
|
||||
log.info("Pipeline","Build Agent sets to: ${env.buildAgentImage}")
|
||||
def sourceFetcher = new SourceFetcher(this)
|
||||
sourceFetcher.fetch(configurations)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user