![Egor Borisov](/assets/img/avatar_default.png)
Allure Report step will now be available from the `publishers` section. Change-Id: Idef39206cf05cd6a4949e87da13bf731b624b577
19 lines
677 B
XML
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> |