[JIRA] [nodenamecolumn] (JENKINS-12207) get warnings in log

2014-07-24 Thread schristo...@gmail.com (JIRA)














































Steven Christou
 commented on  JENKINS-12207


get warnings in log















Fix for this issue can be found: https://github.com/jenkinsci/nodenamecolumn-plugin/pull/1.



























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/d/optout.


[JIRA] [nodenamecolumn] (JENKINS-12207) get warnings in log

2013-11-15 Thread m_bro...@java.net (JIRA)














































m_broida
 commented on  JENKINS-12207


get warnings in log















This started hitting us today in Jenkins 1.509.2.
The jobs are not Multijob; they are normal FreeStyleProjects.



























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.


[JIRA] [nodenamecolumn] (JENKINS-12207) get warnings in log

2013-05-23 Thread anyone.can.t...@gmail.com (JIRA)














































hyunil shin
 commented on  JENKINS-12207


get warnings in log















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.