I am using Atlassian Bamboo as my continuous integration server. For a project, I’ve defined two plans, namely development plan and release plan. Unfortunately, Bamboo uses two separate build numbers for each of these plans. This prevents me from identifying a build in the scope of project using its build number. Is there any way to share a single build number between all the build plans of a project in Bamboo?
Consider using your source control revision number instead or having your build script generate a unique number is some other way.
But that would not by synch with the build numbers shown in Bamboo. I want them to be unified. Can I pass these build-generated numbers to Bamboo to be used in its user interface?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hadi,
I have the exact same requirement - how did you go about solving this?
Thanks
-Alex
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.