Allure Report for Bamboo is a plugin for Atlassian Bamboo that generates Allure Report from the test results of your builds and shows it right on the build page.
- Learn more about Allure Report at https://allurereport.org
- 📚 Documentation – discover official documentation for Allure Report
- ❓ Questions and Support – get help from the team and community
- 📢 Official announcements – stay updated with our latest news and updates
- 💬 General Discussion – engage in casual conversations, share insights and ideas with the community
| Plugin version | Bamboo Data Center | Java |
|---|---|---|
| 2.x | 12.1 and newer | 21 |
| 1.x | older versions | 17 |
Bamboo 12 migrated to Jakarta EE 10 and Struts 7, which is a breaking change for plugins, so the 2.x line supports Bamboo 12.1+ only. For older Bamboo versions use the latest 1.x release.
Install the plugin from the Atlassian Marketplace.
Alternatively, download the JAR from the releases page and install it manually.
Follow the Bamboo integration guide in the official Allure Report documentation.
Building the plugin requires JDK 21.
Build the plugin JAR (target/allure-bamboo-<version>.jar):
./mvnw clean packageRun the tests and static checks (the same gate as CI):
./mvnw clean verifyTo try the plugin in a local Bamboo instance:
- Set up the Atlassian Plugin SDK.
- Run
atlas-runin the repository root. - Open http://localhost:6990/bamboo/ to access the development instance with the plugin installed.
In a development instance, open http://localhost:6990/bamboo/admin/configLog4j.action, add the io.qameta.allure.bamboo package, and select the DEBUG level. Logs are written to target/bamboo/home/logs/atlassian-bamboo.log.
The Allure Report for Bamboo plugin is released under the Apache License 2.0.