This plugin allows to automatically generate Allure report from existing XML files and attach it to build during Jenkins job run.
- Open Manage Jenkins > Manage Plugins > Available
- Find Allure Report plugin
- Install this plugin
- Open job configuration page
- Ensure that Allure XML files are generated during the build
- Add Allure Report Generation post build action
When build is finished a link to Allure report will appear on the build page:
- Open Jenkins global configuration
- Find Allure Settings configuration block
To build the plugin you need to have any JDK 1.7+ and Apache Maven.
- Setup Jenkins plugin development environment: https://wiki.jenkins-ci.org/display/JENKINS/Plugin+tutorial
- Execute the following command:
$ mvn clean package
Mailing list: [email protected]