jenkins-job-builder/tests/scm/fixtures/workspace001.xml
Sylvain Baubeau e8cace6d4d Add workspace scm
Add support for the 'Clone Workspace SCM' plugin that allows to use the workspace
of a project as the SCM of an other project.

Change-Id: I8467ace24665855dab606d6e52a1c130cd2929af
2014-03-14 23:23:24 +01:00

8 lines
213 B
XML

<?xml version="1.0" encoding="utf-8"?>
<project>
<scm class="hudson.plugins.cloneworkspace.CloneWorkspaceSCM">
<parentJobName>my-upstream-job</parentJobName>
<criteria>Any</criteria>
</scm>
</project>