[JIRA] (JENKINS-53165) Conversion Exception for NUnit2 XML Format when nunitVersion is a String

2018-08-21 Thread m...@tknerr.de (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Torben Knerr commented on  JENKINS-53165  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Conversion Exception for NUnit2 XML Format when nunitVersion is a String   
 

  
 
 
 
 

 
 probably related to JENKINS-52107  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.10.1#710002-sha1:6efc396)  
 

  
 

   





-- 
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] (JENKINS-53165) Conversion Exception for NUnit2 XML Format when nunitVersion is a String

2018-08-21 Thread m...@tknerr.de (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Torben Knerr updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-53165  
 
 
  Conversion Exception for NUnit2 XML Format when nunitVersion is a String   
 

  
 
 
 
 

 
Change By: 
 Torben Knerr  
 
 
Environment: 
 xUnit Plugin 2.2.3 jest-nunit-reporter 1.3.0  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.10.1#710002-sha1:6efc396)  
 

  
 

   





-- 
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] (JENKINS-53165) Conversion Exception for NUnit2 XML Format when nunitVersion is a String

2018-08-21 Thread m...@tknerr.de (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Torben Knerr updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-53165  
 
 
  Conversion Exception for NUnit2 XML Format when nunitVersion is a String   
 

  
 
 
 
 

 
Change By: 
 Torben Knerr  
 
 
Summary: 
 Conversion Exception for NUnit2 XML Format when nunitVersion is a  string  String  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.10.1#710002-sha1:6efc396)  
 

  
 

   





-- 
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] (JENKINS-53165) Conversion Exception for NUnit2 XML Format when nunitVersion is a string

2018-08-21 Thread m...@tknerr.de (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Torben Knerr created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-53165  
 
 
  Conversion Exception for NUnit2 XML Format when nunitVersion is a string   
 

  
 
 
 
 

 
Issue Type: 
  Improvement  
 
 
Assignee: 
 Nikolas Falco  
 
 
Components: 
 xunit-plugin  
 
 
Created: 
 2018-08-21 13:35  
 
 
Environment: 
 xUnit Plugin 2.2.3  
 
 
Priority: 
  Major  
 
 
Reporter: 
 Torben Knerr  
 

  
 
 
 
 

 
 This seems to be an incompatibility with https://github.com/kingatlas/jest-nunit-reporter which generates "na" as the nunitVersion. As a result we get this conversion error: 

 
org.jenkinsci.plugins.xunit.service.TransformerException: Conversion error: Cannot convert string "" to a double
	at org.jenkinsci.plugins.xunit.service.XUnitConversionService.convert(XUnitConversionService.java:81)
	at org.jenkinsci.plugins.xunit.service.XUnitTransformerCallable.invoke(XUnitTransformerCallable.java:120)
	at org.jenkinsci.plugins.xunit.service.XUnitTransformerCallable.invoke(XUnitTransformerCallable.java:39)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2750)
	at hudson.remoting.UserRequest.perform(UserRequest.java:208)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:360)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at hudson.remoting.Engine$1$1.run(Engine.java:98)
	at java.lang.Thread.run(Thread.java:745)
	at ..remote call to