Hi, We used to use SVN and pulled the revision number by using the bamboo variable bamboo.custom.svn.revision.number.
We are now on github and would like to use the git equivalent.
I have tried ${Bamboo.planRepository.revision} but this does not work and nothing is substituted in.
Any ideas how to captuer the repo revision in git?
Thanks in advance.
I just figure out changing the
${Bamboo.planRepository.revision} to ${bamboo.planRepository.revision}
worked.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.