diff --git a/first-class-pipeline/vars/executeFreeleapsPipeline.groovy b/first-class-pipeline/vars/executeFreeleapsPipeline.groovy index e0d0cefc..f84efedd 100644 --- a/first-class-pipeline/vars/executeFreeleapsPipeline.groovy +++ b/first-class-pipeline/vars/executeFreeleapsPipeline.groovy @@ -333,7 +333,7 @@ def generateComponentStages(component, configurations) { returnStdout: true ) if (artifact == '.' || artifact == './') { - stash includes: ".", name: "${component.name}-root" + stash includes: "./*", name: "${component.name}-root" } else if (targetPathType.trim() == "dir") { stash includes: "${artifact}/**", name: "${component.name}-${artifact}" } else {