This page describes how to create a completely new Plan. For other ways to create a plan see: | On this page: |
Step 1. Create the Plan
When you create a new Plan, you can define everything about your build process, including what gets built, how the Plan's build is triggered and what jobs are executed.
To create a new Plan, complete the following sections:
- Click Create Plan in the menu bar, and then click Create a New Plan.
Complete the following sections:
Plan Details Either select an existing project to which this Plan will belong, or click New Project. Source Repositories See the following for details: Build Strategy Choose how Bamboo should trigger builds. See Triggering Builds in Bamboo.
Step 2. Configure Tasks for the Plan
When a new Plan is created, a Default Job is also created as part of the Plan. As part of creating your Plan, you need to configure the Tasks for the Default Job. You can add more Tasks to the Default Job after the Plan is created, as well as create new Jobs.
- On the 'Configure Tasks' screen, click Add Task to add a task to the new Plan.
- Click the desired Task type in the 'Task Types' window.
- Fill out the details for the Task. The fields and options will be different depending on the executable that you chose in the Task Types window. See the following documentation for specific instructions on each executable:
- In the 'Enable this plan' section, choose whether or not to enable this Plan. Enabling the Plan instructs Bamboo to commence executing builds of the Plan based on the Plan's Build Strategy (defined above). To enable this Plan, select the Yes please! check box.
- Click Create to create the Plan. The 'Plan Summary' page will be displayed.
When you next return to the Dashboard (by clicking Dashboard in the top left of the screen), your new Plan (and new Project, if applicable) will be displayed in the All Plans list. Bamboo will also automatically run an initial build for your new Plan, unless you have opted for the Manual & dependent builds only Build Strategy.
If you wish to configure more Plan options, please refer to Editing a Plan.
Screenshots: Creating a new Plan - Plan configuration and Job configuration (click to view gallery)
|
|
Step 1
|
Step 2
|
Notes
- You can configure Bamboo to automatically start an initial build for a new Plan, even if you have selected the Manual & dependent builds only Build Strategy. To do so, add the
fire.initial.build.for.manual.strategy
to your bamboo.cfg.xml file as described in Configuring System Properties.
Related Topics
Creating a Plan
Cloning an Existing Plan
Importing a Plan from Maven 2