Artifact dependency id in custom build
Hi,
I have a need to run custom builds against older versions of my code base by using the artifacts dependencies drop down in the custom build dialog. My question is there any way of getting the version of the artifacts using a system property?
I've seen techniques to get ids of dependent projects but nothing on artifact dependencies.
Thanks for your time
Please sign in to leave a comment.
Hi Chris
You can use build promotion for that - go to a configuration that procuces the artifacts, select a build you want to get artifacts from, and click on Build Actions | Promote.
Michael