jenkins-job-builder/tests/yamlparser/fixtures/complete-raw001.xml
Max Rydahl Andersen cb876b481e Add support for 'raw' to inject direct xml to job configs.
'raw' allow users to have a fallback in case
a plugin is not yet supported or the plugin is not generating the
expected result.

Only intended as a last fallback, but useful when waiting for
review to complete.

Change-Id: If0d22d7d43d35649e78aa7481e1c0f1ed21a6025
2015-05-02 15:42:32 -07:00

42 lines
1.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<maven2-moduleset>
<actions/>
<description>&lt;!-- Managed by Jenkins Job Builder --&gt;</description>
<keepDependencies>false</keepDependencies>
<blockBuildWhenDownstreamBuilding>false</blockBuildWhenDownstreamBuilding>
<blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding>
<concurrentBuild>false</concurrentBuild>
<canRoam>true</canRoam>
<properties>
<propertiesraw/>
<hudson.model.ParametersDefinitionProperty>
<parameterDefinitions>
<parametersraw/>
</parameterDefinitions>
</hudson.model.ParametersDefinitionProperty>
<com.tikal.hudson.plugins.notification.HudsonNotificationProperty>
<endpoints>
<metadataraw/>
</endpoints>
</com.tikal.hudson.plugins.notification.HudsonNotificationProperty>
</properties>
<scm>
<scmraw/>
</scm>
<triggers class="vector">
<triggersraw/>
</triggers>
<reporters>
<reportersraw/>
</reporters>
<builders>
<buildersraw/>
</builders>
<publishers>
<publishersraw/>
</publishers>
<buildWrappers>
<wrappersraw/>
</buildWrappers>
</maven2-moduleset>