Change The format of the artifact storage
Answered
I need change the format of the artifact storage, <project ID>/<build configuration name>/<internal_build_id>. Specifically the <internal_build_id> change for <build.number>.
This will facilitate my team to locate builds at directory for artifact, default is .BuildServer/system/artifacts/***
I can do this?
Please sign in to leave a comment.
Hi Henrique,
It's not possible to change the paths of artifacts in data directory. There can be several builds with the same number in one build configuration.
If you need to retrieve artifact by build number you can use REST API: https://confluence.jetbrains.com/display/TCD9/REST+API#RESTAPI-BuildArtifacts.