hyunil shin commented on Bug JENKINS-12207

Very simple solution
I modified the source like this.
I hope somebody make a new release,
I want to do that, but I don't know how to do.

— main/java/hudson/plugins/nodenamecolumn/NodeNameColumn.java (revision 40887)
+++ main/java/hudson/plugins/nodenamecolumn/NodeNameColumn.java (working copy)
@@ -72,8 +72,8 @@
try { jobType = JobTypeEnum.valueOf(type); } catch(IllegalArgumentException e) { - throw new RuntimeException("String has no matching NumeralEnum value"); - }
+ return "N/A";
+ }
name = "N/A";
if (obj != null){
switch (jobType){

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Reply via email to