Details
-
Bug
-
Status: Resolved (View Workflow)
-
Blocker
-
Resolution: Won't Fix
-
None
Description
The plug-in does not store the configuration when two git repositories are used.
Steps to reproduce:
- New Project
- Select Multi-SCM
- Add git
- Enter valid values for the URL and branches
- Add another git
- Enter valid values for the URL and branches
- Save
- Configure
=> The values for the git repository are empty
Attachments
Issue Links
- depends on
-
JENKINS-19818 Add support of newInstance() invocation
-
- Resolved
-
Code changed in jenkins
User: Oleg Nenashev
Path:
src/main/java/org/jenkinsci/plugins/multiplescms/MultiSCM.java
http://jenkins-ci.org/commit/multiple-scms-plugin/78c5c7d81c3a2c5410138137153838d46f28e0ce
Log:
Add support of newInstance() invocation
Plugin invokes newInstance() instead of DataBoundConstructor.
Signed-off-by: Oleg Nenashev <nenashev@synopsys.com>
[FIXED JENKINS-19818]
[FIXED JENKINS-9287]