Hi,
I have a build plan with three source repositories defined. The runtime variable ${bamboo.repository.revision.number} always gets the rev of the default repository. How can I can the rev of the additional repositories via runtime variables?
Background:
The two additional repositories are built and the build output is taken to update the default repository. The generated assemblies should have the SVN revision in the assembly file version. I like to pass the rev to the build in bamboo beside the build number.
Best regards,
Enrico
Community moderators have prevented the ability to post new answers.
Have you tried getting this info via the REST api?
Use rest/api/latest/result and expand vcsRevisions.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.