Downloading files from an build archive artifact
We have rather large release tar files as build artifacts. From what I read in the TeamCity documentation, you can download files contained in TeamCity build artifacts.
Here is an example of what I would like to do:
There is a build artifact called release.tgz, inside it is a file: applications/apps/core.war that I would like to use wget to download.
I have tried several commands including:
When I try that, I get: ERROR 404: Not Found.
Am I using the wrong syntax or is this not possible?
Thanks,
-Dave
Please sign in to leave a comment.
Hello Dave,
Obtaining artifacts from tar.gz archive is not supported. Please submit a feature request in our tracker.
Kind regards,
Marina
Okay. Opened an issue: http://youtrack.jetbrains.net/issue/TW-14883?projectKey=TW
Thanks,
-Dave