Egor Borisov e0178ef02e Add integration with Allure Report plugin.
Allure Report step will now be available from the `publishers` section.

Change-Id: Idef39206cf05cd6a4949e87da13bf731b624b577
2017-07-03 01:41:02 +03:00

19 lines
677 B
XML

<?xml version="1.0" encoding="utf-8"?>
<project>
<publishers>
<ru.yandex.qatools.allure.jenkins.AllureReportPublisher plugin="allure-jenkins-plugin">
<config>
<results>
<ru.yandex.qatools.allure.jenkins.config.ResultsConfig>
<path>build/allure-results</path>
</ru.yandex.qatools.allure.jenkins.config.ResultsConfig>
</results>
<properties class="empty-list"/>
<jdk/>
<commandline/>
<reportBuildPolicy>ALWAYS</reportBuildPolicy>
<includeProperties>false</includeProperties>
</config>
</ru.yandex.qatools.allure.jenkins.AllureReportPublisher>
</publishers>
</project>