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