Chris Dore edited a comment on Improvement JENKINS-17222

I'm willing to take a shot at adding this functionality.

The solution I currently have in my head is to create another overload of the svn method which takes a list of maps. Each map containing the remote and local strings. So you could call it something like:

scm([[svnUrl:'https://some.repo.com/proj1/trunk', localDir:'project1'],
     [svnUrl:'https://some.repo.com/proj2/branches/qwe', localDir:'project2_qwe']])

or maybe just a list of lists:

scm([['https://some.repo.com/proj1/trunk', 'project1'],
     ['https://some.repo.com/proj2/branches/qwe', 'project2_qwe']])

Thoughts on this interface?

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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Reply via email to