Getting all artifact files
Completed
This question has probably been asked before, but I couldn't find the answer.
I'm trying to get all the files in the artifact in one wget call. Is it possible and if yes, what is the syntax?
Here is the command that doesn't work:
wget https://teamcity.int.acme.com:443/repository/download/test_Idl/.lastSuccessful?branch=integration
The error is that the download path is invalid.
Please sign in to leave a comment.
The solution is to use downloadAll, as specified in the manual.