-
Bug
-
Resolution: Fixed
-
Critical
-
None
public void add(String scmClass, SCMRevisionState scmState) { revisionStates.put(scmClass, scmState); } ... revisionStates.add(scm.getClass().getName(), scmState);
cannot work when you want to use more than one copy of a given SCM plugin in a single job. First of all you should use scm.getType() rather than hardcoding the class name. Second you should include the result of getModuleRoots in the hash key.
- is blocking
-
JENKINS-12162 Mercurial plugin don't honor subdirectory
-
- Resolved
-
- is related to
-
JENKINS-23365 Allow SCM to work with non-AbstractProject
-
- Resolved
-
[JENKINS-12298] MultiSCMRevisionState.revisionStates cannot differentiate multiple instances of a single SCM type
Link |
New:
This issue is blocking |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Fix Version/s | New: current [ 10162 ] | |
Resolution | New: Fixed [ 1 ] | |
Status | Original: In Progress [ 3 ] | New: Resolved [ 5 ] |
Link |
New:
This issue is related to |
Workflow | Original: JNJira [ 142620 ] | New: JNJira + In-Review [ 190203 ] |