fix(pipeline): remove redundant 'steps.' prefix from log statement in executeFreeleapsPipeline
Signed-off-by: 孙振宇 <>
This commit is contained in:
parent
818e4670b8
commit
cf209c4cc3
@ -319,7 +319,7 @@ def generateComponentStages(component, configurations) {
|
|||||||
sh component.buildCommand
|
sh component.buildCommand
|
||||||
}
|
}
|
||||||
component.buildArtifacts.each { artifact ->
|
component.buildArtifacts.each { artifact ->
|
||||||
steps.log.info("Pipeline", "Stashing artifact ${artifact} for ${component.name}...")
|
log.info("Pipeline", "Stashing artifact ${artifact} for ${component.name}...")
|
||||||
def targetPathType = sh(
|
def targetPathType = sh(
|
||||||
script: """
|
script: """
|
||||||
if [ -d "${artifact}" ]; then
|
if [ -d "${artifact}" ]; then
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user