Details
-
Bug
-
Status: Resolved (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
Solaris 10, Windows 7
Description
After the release 1.590 version, all projects which has an input parameter of kind "CVS Symbolic Name", not shows longer all existent CVS tags for current project in main screen once we start the build execution.
Attachments
Issue Links
- mentioned in
-
Page Loading...
Error in my log:
Caused by: java.lang.NullPointerException
at hudson.scm.CvsTagsParamDefinition.getCvsClient(CvsTagsParamDefinition.java:223)
at hudson.scm.CvsTagsParamDefinition.getSymbolicNames(CvsTagsParamDefinition.java:165)
Probably problem is in this code:
currentComputer is null like in this issue #
JENKINS-5237.