e8cace6d4d
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
8 lines
213 B
XML
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>
|