diff --git a/first-class-pipeline/vars/executeFreeleapsPipeline.groovy b/first-class-pipeline/vars/executeFreeleapsPipeline.groovy index f84efedd..b4674d36 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 {