jenkins-job-builder/tests/yamlparser/fixtures/concat_defaults002.xml
Richard Pijnenburg b56e8812c7 Adding tests surrounding handling of defaults values
waynr fixed a bug but explained in concat_defaults002
This bug happens when some values are specified in an other defaults
namespace then global.
This causes JJB to fail that its unable to find the required keys
becasue these were not merged correctly

Change-Id: Id0df24ba7cf8281389c2ed7af7ee716047d0e4a5
2015-05-27 18:24:54 +02:00

20 lines
674 B
XML

<?xml version="1.0" encoding="utf-8"?>
<project>
<actions/>
<description>my project 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/>
<scm class="hudson.scm.NullSCM"/>
<builders>
<hudson.tasks.Shell>
<command>echo 'confVersion: v0.42 &amp; fooVersion: v0.10'</command>
</hudson.tasks.Shell>
</builders>
<publishers/>
<buildWrappers/>
</project>