Using alternate parameters in artifact url
Hey
When building a artifact url from this documentation: https://confluence.jetbrains.com/display/TCD9/Patterns+For+Accessing+Build+Artifacts - Is there a way of using any other parameters or is the URL limited {build.number}
Thanks
Please sign in to leave a comment.
Hi Steven,
do you have something specific in mind? There are several different possibilities explained in the article, and there is the REST API, as mentioned at the start of the article. If none of that works, we would need to know what exactly you need to be able to suggest anything.
Denis, the artifacts that out put contain information comprised of many different custom configuration variables.
%configuration.project.name%.%configuration.project.version%
myproject.10.0.0-feature-103.nupkg
This example is simplified but attempting to use those configuration variables in a url doesn't work.
Hi Steven,
I'm not sure I follow. Those variables can only be used from within build steps, variables like %build.number% are also inaccessible from a URL. Could you please specify how and where are you trying to use the URL to pick up the artifacts?