Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.32 KB

README.md

File metadata and controls

29 lines (21 loc) · 1.32 KB

Allure Bamboo Plugin

This repository contains source code of Allure plugin for Atlassian Bamboo CI. It allows you to generate Allure report from existing Allure XML files.

Building and Installing

Short way

Download precompiled JAR from releases page and install it manually as described here. We use JDK 1.7+ to compile the plugin so be sure to use Java 1.7+ for running Bamboo.

Long way

  1. Set up Atlassian plugin SDK as described here.
  2. Clone this repository
  3. Run $ atlas-run
  4. Access http://localhost:6990/bamboo/ to view development instance of Bamboo
  5. Verify that plugin is working as expected
  6. Install target/allure-bamboo-plugin-VERSION.jar manually as described here.

Configuration and Usage

Please follow the guide on the official Allure docs: https://docs.qameta.io/allure/#_bamboo