Details
-
Type:
Improvement
-
Status: Resolved (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Component/s: config-rotator-plugin
-
Labels:None
-
Similar Issues:
Description
A config rotator job can fail like this:
[ConfigRotator] Creating view
[ConfigRotator] Resulting viewtag is: cr-BB_ComMgr_V01.02_Rotator_tst2-W00446
[ConfigRotator] Stream exists
[ConfigRotator] Rebasing stream to cr-BB_ComMgr_V01.02_Rotator_tst2-W00446@\bbComponent
[ConfigRotator] Unable to create view
This occurs when the computed view tag does not exists, but the computed stream exists. Appearantly we assumes that when the view must be created the stream must be created too.
Workaround by removing the stream.
Code changed in jenkins
User: Mads Nielsen
Path:
src/main/java/net/praqma/jenkins/configrotator/AbstractConfigurationRotatorSCM.java
src/main/java/net/praqma/jenkins/configrotator/scm/clearcaseucm/ClearCaseUCM.java
src/main/java/net/praqma/jenkins/configrotator/scm/clearcaseucm/PrepareWorkspace.java
http://jenkins-ci.org/commit/config-rotator-plugin/c290f4773d04113a841f9d6c076d564dfe9f77f4
Log:
Fixed
JENKINS-22832