refactor(executeFreeleapsPipeline): move log statement for build agent image to correct position
Signed-off-by: 孙振宇 <>
This commit is contained in:
parent
8a53c8413d
commit
dced64a280
@ -130,9 +130,9 @@ spec:
|
||||
error("Unknown service language")
|
||||
}
|
||||
|
||||
log.info("Pipeline","Using ${buildAgentImage} as build agent image for ${component.name}")
|
||||
env.buildAgentImage = buildAgentImage
|
||||
}
|
||||
log.info("Pipeline","Using ${buildAgentImage} as build agent image for ${component.name}")
|
||||
env.buildAgentImage = buildAgentImage
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user