-
New Feature
-
Resolution: Unresolved
-
Major
-
None
-
Not applicable
We have certain projects that pull modules from both CVS and SVN. The way we do it right now it to pull from SVN using the plugin, and then use the "Execute Shell" to pull from CVS using the command line. It would be awesome if we could use both (may be change the radio buttons to a check boxes?) for the same project.
- is duplicated by
-
JENKINS-9720 Support multiple SCM types within the one job
-
- Resolved
-
-
JENKINS-5158 Add support for multiple Source Code Management types in single job
-
- Resolved
-
- is related to
-
JENKINS-7155 Support multiple Mercurial repositories per job
-
- Reopened
-
[JENKINS-7192] Use multiple SCM sources
Description | Original: We have certain projects that pull modules from both CVS and SVN. The way we do it right now it to pull from SVN using the plugin, and then use the "Execute Shell" to pull from CVS. It would be awesome if we could use both (may be change the radio buttons to a check boxes?) for the same project. | New: We have certain projects that pull modules from both CVS and SVN. The way we do it right now it to pull from SVN using the plugin, and then use the "Execute Shell" to pull from CVS using the command line. It would be awesome if we could use both (may be change the radio buttons to a check boxes?) for the same project. |
Link | New: This issue is related to JENKINS-2947 [ JENKINS-2947 ] |
Link | Original: This issue is related to JENKINS-2947 [ JENKINS-2947 ] |
Issue Type | Original: Improvement [ 4 ] | New: New Feature [ 2 ] |
Priority | Original: Minor [ 4 ] | New: Major [ 3 ] |
Link | New: This issue is related to JENKINS-7155 [ JENKINS-7155 ] |
Link |
New:
This issue is duplicated by |
This would be a really useful feature. If you use any other way than through a SCM plugin (execute shell, ant, etc) you lose the ability to poll the SCM to trigger a build. Certain SCM plugins (such as Mercurial) do not support multiple repositories. Specifically the Mercurial plugin maintainers suggest that this should be part of the core part of Hudson and will not support multiple repositories. I think this makes sense since supporting multiple repositories either is supported by Hudson or duplicated in every SCM plugin.