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:
src/test/java/net/praqma/jenkins/configrotator/functional/scm/clearcase/JENKINS29975.java
http://jenkins-ci.org/commit/config-rotator-plugin/9ee4d72626455acc7d45877cdae94a957eb707d6
Log:
Fixed test for
JENKINS-29975