-
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
-
Serialized build.xml files always seem to have an empty state:
Not sure what that means. XStream problem, or does it just happen to be empty when the build is persisted?