2017-06-18 19:42:52 +03:00
|
|
|
<?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>
|
2018-06-29 15:56:27 +01:00
|
|
|
</project>
|