1.2-${bamboo.buildResultKey}-${planRepository.revision}
comes out as
1.2-PROJ1234-${planRepository.revision}
please try: 1.2-${bamboo.buildResultKey}-${bamboo.planRepository.revision}
I am using ${bamboo.CpmsVersion}.${bamboo.buildNumber}.${bamboo.planRepository.revision} to build my version but the revision comes out as a GUID
1.0.6.dc52de7df96caae56236cc79f9b840e1948dbdb3
I am using the version in a C# project and it is not happy with this version. How do i get the revision number as an integer from git (I am using BitBucket), is this even possible?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am having the same issue - apparently every time I run a regular build rather than a customised one - I would expect planRepository.revision to be null in this case but it isn't.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
AFAIK There's no such thing as version _number_ in git. The hash is the revision.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.