すべてのバージョン
Bamboo 5.13Bamboo 5.7.x
Bamboo 5.6.x
More...
Only people with the 'Create Plan' global permission can create a new build plan.
There are three ways of creating a new plan:
To create a new plan,
You can configure Bamboo to automatically start an initial build for a new plan, even if you have selected manual triggering. To do so, add the
fire.initial.build.for.manual.strategy
to your bamboo.cfg.xml file as described in Configuring System Properties.
When you clone an existing plan, you make a copy of that plan and its entire configuration "recipe" (defined in the tabs listed above), which is used for generating builds.
To cloning an existing plan,
You can configure Bamboo to automatically start an initial build for a new plan, even if you have selected manual triggering. To do so, add the
fire.initial.build.for.manual.strategy
to your bamboo.cfg.xml file as described in Configuring System Properties.
You need to be an administrator to import a plan with Maven.
You can import a plan into Bamboo from a Maven project (Maven 2 only) by getting Bamboo to parse the plan information from the pom.xml file. For instructions, please see Importing a Plan from a pom.xml.