b56e8812c7
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
20 lines
674 B
XML
20 lines
674 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<project>
|
|
<actions/>
|
|
<description>my project description<!-- Managed by Jenkins Job Builder --></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 & fooVersion: v0.10'</command>
|
|
</hudson.tasks.Shell>
|
|
</builders>
|
|
<publishers/>
|
|
<buildWrappers/>
|
|
</project>
|