jenkins-job-builder/tests/publishers/fixtures/doxygen-minimal.xml

12 lines
311 B
XML

<?xml version="1.0" encoding="utf-8"?>
<project>
<publishers>
<hudson.plugins.doxygen.DoxygenArchiver>
<doxyfilePath>Doxyfile</doxyfilePath>
<runOnChild/>
<folderWhereYouRunDoxygen/>
<keepAll>false</keepAll>
</hudson.plugins.doxygen.DoxygenArchiver>
</publishers>
</project>