-
New Feature
-
Resolution: Duplicate
-
Major
I'm building my code and getting all the modified files into a delta folder (workspace/delta/app1, app2, etc).
So I configure to archive as: delta/*/.dll.
However, when I see the artifact browser, I get the full path: delta/app1/XX.dll
I want to have the delta as: app1/XX.dll (without the delta subfolder).
This is very similar to the Publish On SSH prefix option where it will allow to remove the creation of subfolders in the destination.
- duplicates
-
JENKINS-12379 Archive the artifacts should allow specifying the target artifacts path
- Open