fix(pipeline): update stash includes pattern to correctly include all files in the root directory
Signed-off-by: 孙振宇 <>
This commit is contained in:
parent
87f68cbd95
commit
efc8b19fc1
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user