https://github.com/allure-framework/allure-bamboo
Allure plugin for Atlassian Bamboo
https://github.com/allure-framework/allure-bamboo
allure bamboo reporting
Last synced: about 2 months ago
JSON representation
Allure plugin for Atlassian Bamboo
- Host: GitHub
- URL: https://github.com/allure-framework/allure-bamboo
- Owner: allure-framework
- License: apache-2.0
- Created: 2014-08-07T15:51:24.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2024-09-16T09:09:26.000Z (about 1 year ago)
- Last Synced: 2024-10-30T00:55:03.892Z (11 months ago)
- Topics: allure, bamboo, reporting
- Language: Java
- Homepage:
- Size: 812 KB
- Stars: 26
- Watchers: 15
- Forks: 20
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Allure Bamboo Plugin
This repository contains source code of Allure plugin
for [Atlassian Bamboo CI](https://www.atlassian.com/software/bamboo). It allows you to generate Allure report
from [existing Allure XML files](https://github.com/allure-framework/allure-core/wiki#gathering-information-about-tests).### Building and Installing
#### Short way
Download precompiled JAR from [releases page](https://github.com/allure-framework/allure-bamboo-plugin/releases) and
install it manually as
described [here](https://confluence.atlassian.com/display/UPM/Installing+add-ons#Installingadd-ons-Installingbyfileupload).
We use JDK 1.8+ to compile the plugin so be sure to use Java 1.8+ for running Bamboo.#### Long way
1. Set up Atlassian plugin SDK as
described [here](https://developer.atlassian.com/display/DOCS/Set+up+the+Atlassian+Plugin+SDK+and+Build+a+Project).
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](https://confluence.atlassian.com/display/UPM/Installing+add-ons#Installingadd-ons-Installingbyfileupload).### Configuration and Usage
Please follow the guide on the official Allure docs: https://docs.qameta.io/allure/#_bamboo
#### To activate debug log goto:
http://localhost:6990/bamboo/admin/configLog4j.action
1. add io.qameta.allure.bamboo to classpath
2. select debug
3. Save formLogs will available in ../target/bamboo/home/logs/atlassian-bamboo.log