Getting build number with a particular label to use in another build
Answered
Hello,
It's been a while since my last posting but I was wondering how to do a particular step in my configuration settings,
What I do at the moment is when a build in Project A with a 'Dev' label is available, I manually copy the build number and open up an existing build in Project B and paste it in the parameters section of the custom build dialog.
Is there a way where I can do this manual process automatically?
Regards
John
Please sign in to leave a comment.
Hi John,
Do you have dependencies configured between A and B build configurations? If yes, then you can promote needed build A and use dep.<btID>.build.number parameter in build configuration B.