/
Configuring Bamboo Build Plan
Configuring Bamboo Build Plan
A Build Plan in Bamboo defines a sequence of tasks for Bamboo to perform. When a plan is triggered, Bamboo executes the defined tasks sequentially. It also provides options to define final tasks. The steps below show an example of configuring a plan:
Create a new Bamboo plan by clicking the "Create a new plan" sub-menu from Create menu
- Select “New Project” and configure the new project. Set the source code repository as “none”. Click “Configure plan”
- Setup repository for the newly created test plan. Add “Source Code Checkout” task that uses the repository you created earlier. Add a Builder Task type. In this example we have added Maven 3.x Click “Add task” to add more tasks to the plan
Add test result parser task. In this example “Junit Parser” from “Tests” task type has been added. This could be any test result parser
Give the task a name and click “Save” to save the configuration
, multiple selections available,
Related content
Publishing Results to Zephyr
Publishing Results to Zephyr
More like this
Bamboo Add-on Installation
Bamboo Add-on Installation
Read with this
Configuring a Bamboo Build Plan
Configuring a Bamboo Build Plan
More like this
Create Parser Templates
Create Parser Templates
Read with this
Configure a Bamboo Build Plan
Configure a Bamboo Build Plan
More like this
Zephyr Test Automation
Zephyr Test Automation
Read with this