Details
-
Type:
Bug
-
Status: Resolved (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Component/s: cvs-plugin
-
Labels:None
-
Environment:Solaris 10, Windows 7
-
Similar Issues:
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...
Activity
Field | Original Value | New Value |
---|---|---|
Labels | jenkins plugin scm |
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 project in main screen when the start the build execution. |
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. |
Summary | "CVS Symbolic Name" not working any more | "CVS Symbolic Name parameter" not working any more |
Component/s | cvs-plugin [ 15486 ] | |
Component/s | cvs-tag-plugin [ 15534 ] |
Assignee | Michael Clarke [ mc1arke ] |
Priority | Blocker [ 1 ] | Major [ 3 ] |
Workflow | JNJira [ 160408 ] | JNJira + In-Review [ 180345 ] |
Assignee | Michael Clarke [ mc1arke ] |
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Resolved [ 5 ] |
Labels | jenkins plugin scm |
Assignee | Fred G [ fredg ] |
Remote Link | This issue links to "Page (Jenkins Wiki)" [ 20192 ] |
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.