c2781e670f
Preparatory move for adopting pre-commit hooks. Shoudl only remove newlines and spaces at end of files. Change-Id: Ia33679467c533722b9308f7e7b74be395c926428 Signed-off-by: Sorin Sbarnea <ssbarnea@redhat.com>
20 lines
678 B
XML
20 lines
678 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>
|