The functionality discussed on this page is only available in the Bamboo 5.0 EAP beta release.

Bamboo allows you to easily take control of your version naming strategy.

Bamboo gives you direct control over:

  • What Bamboo will call the next version the deployment project generates
  • Automatic incrementing of the version number each time a new version is created
  • Automatic incrementing of the version number as specified by a global variable each time a new version is created.

On this page:

 

 

Configuring version naming

To configure your version naming strategy:

  1. Click the Version naming button on the 'Deployment project configuration' screen to display the 'Version naming' screen:
  2. Complete the 'Version naming' screen using the following fields:

    FieldDescriptionOptional?
    Next version nameThe identification for the next version that Bamboo will create by replacing the ${bamboo.buildNumber} term with the numbering strategy of your choice. For example 1.0-m1.(error)
    Auto increment version nameCheck this box to automatically increment the version number according to the 'Next version name' field, as defined above.(tick)
    Auto increment global variablesYou may set Bamboo to increment version numbers according to a global variable. The global variables available will appear as part of the drop down menu in the 'Next version name field', however this field must be checked to activate global variable functionality. Available global variables will appear in the drop down menu when the 'Auto increment global variables' box is checked.(tick)
  3. Click Save to save your changes.