Retrieving the common properties of a build dependency artifact
Hello,
I'm implementing a plugin that exposes some configuration that is then manipulated by the Agent when building artifacts, which then publishes this information through AgentArtifactHelper.publishArtifactList. This worked well, but I also need to retrieve this same information on agents for the dependencies of a build. I could not find a proper way to do that, so I'm wondering how to do it.
The documentation for AgentArtifactHelper.publishArtifactList states that there is a json file that is stored somewhere, but I couldn't find it as well.
I'm using teamcity 2024.12 if that helps.
Thank you
Please sign in to leave a comment.