Bamboo 3.3 provides for multiple repositories to be used in a single build plan, which is great!
It seems though, the build specific variable "custom.svn.revision.number" is set with the repository revision of the first repository used in the build plan - this is true even for repository checkout tasks in different jobs.
How can I obtain the SVN revision of all repositories, and pass them to my Ant scripts? Are there some undocumented build specific variables that collect the SVN revision for each repository?
Any ideas appreciated? Thanks!
Sorry for the late reply. If you look on the Metadata tab for the Jobs result you can see key and values for each repositories name and revision number and each one of these metadata keys can be used as a variable in the build configuration.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.