jenkins-job-builder/tests/scm/fixtures/empty.xml
Wayne 815b7f0f69 Validate the use of [] as an scm value
This is necessary in the case where global defaults sets a templated `scm` value
used by most jobs but which is undesirable for a minority of jobs and where it
would be inconvenient to copy all the desired settings out of the global
defaults into a custom defaults just for that particular set of jobs.

Change-Id: I201c29215a7090b81e84b9d494bd2cf6ea0370ad
2015-06-19 09:37:12 -07:00

5 lines
96 B
XML

<?xml version="1.0" encoding="utf-8"?>
<project>
<scm class="hudson.scm.NullSCM"/>
</project>