![]() |
|
|
|
|
Issue Type:
|
Patch
|
|
Affects Versions:
|
current |
|
Assignee:
|
Unassigned |
|
Components:
|
core |
|
Created:
|
12/Jun/12 9:00 PM
|
|
Description:
|
Please update the MatrixConfiguration class in order to use ScmCheckoutStrategy selected in the parent MatrixProject.
Please add following code, otherwise the default SCM checkout strategy would be still used.
/**
- Inherit the value from the parent.
*/
@override
public SCMCheckoutStrategy getScmCheckoutStrategy() {
return getParent().getScmCheckoutStrategy();
}
|
|
Project:
|
Jenkins
|
|
Labels:
|
extension
|
|
Priority:
|
Blocker
|
|
Reporter:
|
Sergey Burkov
|
|
|
|
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
|