From cf209c4cc38bec151e520a299e7e0879dfa4717d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E6=8C=AF=E5=AE=87?= <> Date: Sat, 8 Feb 2025 11:47:29 +0800 Subject: [PATCH] fix(pipeline): remove redundant 'steps.' prefix from log statement in executeFreeleapsPipeline MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 孙振宇 <> --- first-class-pipeline/vars/executeFreeleapsPipeline.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/first-class-pipeline/vars/executeFreeleapsPipeline.groovy b/first-class-pipeline/vars/executeFreeleapsPipeline.groovy index 49458c78..faddfaf6 100644 --- a/first-class-pipeline/vars/executeFreeleapsPipeline.groovy +++ b/first-class-pipeline/vars/executeFreeleapsPipeline.groovy @@ -319,7 +319,7 @@ def generateComponentStages(component, configurations) { sh component.buildCommand } 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( script: """ if [ -d "${artifact}" ]; then