Skip to content

smecsia/allure-bamboo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

When installed this plugin provides a new task called Allure. To use it configure your build as follows:

  1. Add Allure task to your job: Add Task
  2. Configure task - specify glob pattern to the folder where Allure should search for XML files and desired report version to be used: Fill Task Fields
  3. Run the build as usually and click on Allure report artifact on the Artifacts tab: View Artifact

About

Allure plugin for Atlassian Bamboo

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 84.4%
  • Shell 6.2%
  • Batchfile 4.9%
  • FreeMarker 4.5%