-
Bug
-
Resolution: Fixed
-
Minor
Currently the AccuRev Jenkins CI plug-in always resets the color of the stream.
This is not something we requested, nor something we can disable.
This is unwanted behavior.
I would like to see an option to disable this.
If I look at hudson.plugins.accurev.delegates.AbstractModeDelegate it seems that this is only called in checkout( ... ).
I do not really know why this is done in the first place.
In my opinion it does not add anything and it can be removed.
It would only start to make sense if the plug-in also has the option the change the color when the build fails, but I did not find this in the code.