Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Configuring a

...

Bamboo Build Plan that can later be used with Zephyr

A 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. Your build plan may look different from this example.

  1.  Create a new Bamboo plan by clicking the "Create a new plan" sub-menu from Create menu
     

  2. Select “New Project” and configure the new project. Set the source code repository as “none”. Click “Configure plan”
     

  3. Setup repository for the newly created test plan. Add This example adds “Source Code Checkout” task that uses the repository you created earlier. Add Finally, we will add a Builder Task task type. In this example we have added "Maven 3.x". Click “Add task” Add task to add more tasks to the plan if needed.

     
  4. Add test result parser task. In this example, “Junit Parser” from “Tests” task type has been added . This could be but any test result parser will work.
     

  5. Give the task a name and click “Save” to save the configuration Save to commit the task configuration. Your build plan is now ready to be used with the Zephyr for JIRA Test Management Bamboo plugin.