Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 34 Next »

Check Configuring a Plan to Release from Bamboo to configure a new build to use this stage.

Here be javadoc dragons!

Javadoc is failing for multiple modules.

Read this thread before releasing a module, to make sure your module won't fail on javadoc generation.

 

 

When getting to the latest build of a module, the screen should be something like:

 

 

The default release version is defined in a variable named maven.release.version. The default next snapshot ( maven.development.version) is empty, and calculated by the maven release plugin.

If you want to know what will be the next release (or if you want to change it), check the plan variables configuration:

 

When you click the 'play' button to kick the release, Bamboo will allow you to customise a few variables. You probably do not need to override anything.

 

 

 

 

If this module is part of the reference application, other option you might want to override is the global variable 'preparing.refapp.distro.release':

When it's true, the refapp distro will be updated with the released version; when it's false, with the next snapshot.

 

Other pages

 

  • No labels