Details
-
Type:
Bug
-
Status: Resolved (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Component/s: config-rotator-plugin
-
Labels:None
-
Similar Issues:
Description
When we do the polling and want to list baselines, we want to filer away those baselines that cannot be fully qualified. That means baselines with no labels should be discarded.
This bug manifests itself in the way that the requirements for filtering away those baselines was not fully met, we actually have to ask clearcase for additional information when we list the baselines. (Using lsbl, initially). In order to avoid having to describe each baseline individually for this information.
A fix is to include all required information for filtering, when getting the gross baseline list.
Code changed in jenkins
User: Mads Nielsen
Path:
pom.xml
http://jenkins-ci.org/commit/config-rotator-plugin/49fdabd5db8e47eb0f957f86552f6e7560de2bd8
Log:
Fix for
JENKINS-29975, updated cool to 0.6.42