This might be one of those cases where I'm trying to solve the problem in 
the wrong way, so I'll start at the beginning.

I have a workflow that draws from several repos.  Currently, I have the 
workflow in its own repo, and let's call them RepoA and RepoB downloading 
as part of the workflow.

What I'd like to do is use multi-branch with this build.

My initial plan was to do this:

Add RepoA and RepoB as submodules to the Workflow repo.

When I'm adding a new feature, I make changes to the submodules on whatever 
branches and then branch the Workflow module so it points at the correct 
branches or commits of RepoA and RepoB.

Then that would create a new job branch in jenkins based on the Workflow 
repo branch.

My problem is that the git scm option in multibranch workflow doesn't give 
the option to download submodules, and the single source option doesn't 
even save.

My questions are the following:

1) Is there a better way to manage multibranch workflows with multiple 
repos involved?

2) Is there a way to get multibranch workflows to download submodules?

This is on Jenkins 2.0 alpha.  I haven't tried the workflow plugin on 
previous versions of jenkins.


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/10e84969-6b93-4935-9ab3-926fdc8b8077%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to