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>
|