-
Type:
Improvement
-
Status: Resolved
-
Resolution: Done
-
Affects Version/s: 2.1.4
-
Fix Version/s: 2.4.0
-
Labels:None
-
Environment:
Intel service behind nginx
When creating an artifact dependency on a packaged (i.e. a zip compressed set of files) artifact, TeamCity gives the capability to extract that file using Artifact.zip!/my/file/to/extract syntax (supports * and ? wildcards as well as **)
A really cool feature for artifactory's plugin would be to be able to specify the target directory to unpackage to.
e.g. 'myrepokey:/path/to/mydep.zip!*=>unzippeddep/' would unzip all the artifact contents to unzippeddep folder.
Right now the plugin kind of austerely dictates that the full path in the artifactory repository be preserved. Rather than just myrepokey:/path/to/mydep.zip=>./zippeddeps to specify the mydep.zip be downloaded to ./zipped deps you have to have a build step to move it from the TC work directory/path/to/mydep.zip path to desired location.