Issue Type: Improvement Improvement
Assignee: Justin Ryan
Components: job-dsl-plugin
Created: 15/Mar/13 2:50 AM
Description:

The SVN plugin supports multiple locations via the UI. The resulting XML contains multiple <hudson.scm.SubversionSCM_-ModuleLocation> nodes within the <locations> node.

For example:

...
<locations>
    <hudson.scm.SubversionSCM_-ModuleLocation>
        <remote>https://some.repo.com/proj1/trunk</remote>
        <local>project1</local>
    </hudson.scm.SubversionSCM_-ModuleLocation>
    <hudson.scm.SubversionSCM_-ModuleLocation>
        <remote>https://some.repo.com/proj2/branches/qwe</remote>
        <local>project2_qwe</local>
    </hudson.scm.SubversionSCM_-ModuleLocation>
</locations>
...

The job-dsl-plugin could/should also support this.

Project: Jenkins
Priority: Minor Minor
Reporter: Chris Dore
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Reply via email to