The question is if this is the expected behavior when downloading an artifact, given that:
pattern: "Repository/Modules/SoftwareName/Number/file.zip"
target: "folderInWorkspace/"
Result the file is downloaded in:
folderInWorkspace/Repository/Modules/SoftwareName/Number/file.zip
Expected result:
folderInWorkspace/file.zip
If that is the expected behavior can this be changed to the desired behavior?
I tried specifing the file in target like:
target: "folderinWorkspace/file.zip"
but this gives the same result.