jenkins-job-builder/tests/general/fixtures/raw-xml-toplevel.xml
Jonathan Perret a63d3c8d11 Allow raw XML at project top-level
This allows a `raw` section at the top-level of a job definition.

Change-Id: Id76bbfbde8df49b221fcd1198354ba8b5ce9fb02
2015-10-09 23:08:11 +02:00

14 lines
452 B
XML

<?xml version="1.0" encoding="utf-8"?>
<project>
<actions/>
<keepDependencies>false</keepDependencies>
<blockBuildWhenDownstreamBuilding>false</blockBuildWhenDownstreamBuilding>
<blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding>
<concurrentBuild>false</concurrentBuild>
<canRoam>true</canRoam>
<createdByJenkinsAutojobs>
<ref>refs/heads/branch</ref>
<tag>feature</tag>
</createdByJenkinsAutojobs>
</project>