Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix serialization #22

Merged
merged 0 commits into from
May 9, 2011
Merged

Fix serialization #22

merged 0 commits into from
May 9, 2011

Conversation

CMoH
Copy link
Contributor

@CMoH CMoH commented May 9, 2011

I have tried using the Git SCM within the MultiSCM plugin. However, it seems many of the Hudson/Jenkins features for automating bindings of html form values to Java objects were overridden for GitSCM

After this patch series I was able to execute a MultiSCM build from different Git repositories. Each pull was performed in a separate folder:

workspace

  • directory1 (pulling from a single branch from a single repository via Git SCM)
  • directory2 (pulling from a single branch from a single repository via Git SCM)
  • etc.

I did not attempt having all Git SCMs pull in the same folder, since that would probably create a mess. Furthermore, GitSCM already does that better, but it does not implement by itself the scenario mentioned above.

@abayer
Copy link
Member

abayer commented May 9, 2011

I'm getting a merge conflict on this now - could you take a look?

@abayer
Copy link
Member

abayer commented May 9, 2011

Ah, forget that, I rebased rather than merged and that worked.

@abayer abayer merged commit b1de634 into jenkinsci:master May 9, 2011
@abayer
Copy link
Member

abayer commented May 9, 2011

Merged in.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants