Re: Nunit multiple report files

2014-02-05 Thread Mark Waite
If the help text suggests multiple file support, then maybe I'm wrong.
 Have you tried providing multiple file names separated by spaces, or
separated by commas?  Alternately, you could look at the plugin source code
and decide if the source code supports multiple file names.

Mark Waite


On Wed, Feb 5, 2014 at 7:13 AM, Matthias  wrote:

> Hi,
> Thanks for your Answer..
>
> But, why is there a help text, telling me that multiple files are
> supported?
> Isn't that a Bug?
>
> For now, my workaround looks like this: i have 2 separate jobs, building
> the x86 and x64 part of the Project.
>
> Regards
>
>
>
>
> 2014-02-05 Mark Waite :
>
>> My last experience with the plugin was that it only supports a single
>> results file.  You will need to find a way to make one file rather than two.
>> On Feb 5, 2014 3:45 AM, "Matthias"  wrote:
>>
>>>  Can no one help me with this Issue?
>>>
>>>
>>>
>>> Am Freitag, 17. Januar 2014 11:11:24 UTC+1 schrieb Matthias:

 Hello

 We are using Jenkins to build a Delphi Job.
 This Job builds an x64 and x86 Tests.exe.
 Both of them excecute fine and also generate a seperate
 "dunit-report.xml" and "dunit-report-x64.xml" file.

 If we insert only one of these two files into the "Publish NUnit test
 result report" Plugin everything works fine.
 But if we insert both of them only one is used. No matter how we insert
 them into the "Publish NUnit test result report" Plugin.

 I have tried:

 **/*report*.xml
 **/*.xml
 dunit-report.xml,dunit-report-x64.xml
 *.xml


 Every time only one of the two reports is used.

 Are we doing antyhing wrong?
 Are we expecting the wrong result? We want to get a second "Test
 Result" at the Job Dashboard, so one can see both testresults.

 Thanks for your help!

 Regards
 Matthias


  --
>>> You received this message because you are subscribed to the Google
>>> Groups "Jenkins Users" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to jenkinsci-users+unsubscr...@googlegroups.com.
>>>
>>> For more options, visit https://groups.google.com/groups/opt_out.
>>>
>>  --
>> You received this message because you are subscribed to a topic in the
>> Google Groups "Jenkins Users" group.
>> To unsubscribe from this topic, visit
>> https://groups.google.com/d/topic/jenkinsci-users/reuu1O6y0lQ/unsubscribe
>> .
>> To unsubscribe from this group and all its topics, send an email to
>> jenkinsci-users+unsubscr...@googlegroups.com.
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Jenkins Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to jenkinsci-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>



-- 
Thanks!
Mark Waite

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


Re: Nunit multiple report files

2014-02-05 Thread Matthias
Hi,
Thanks for your Answer..

But, why is there a help text, telling me that multiple files are
supported?
Isn't that a Bug?

For now, my workaround looks like this: i have 2 separate jobs, building
the x86 and x64 part of the Project.

Regards




2014-02-05 Mark Waite :

> My last experience with the plugin was that it only supports a single
> results file.  You will need to find a way to make one file rather than two.
> On Feb 5, 2014 3:45 AM, "Matthias"  wrote:
>
>> Can no one help me with this Issue?
>>
>>
>>
>> Am Freitag, 17. Januar 2014 11:11:24 UTC+1 schrieb Matthias:
>>>
>>> Hello
>>>
>>> We are using Jenkins to build a Delphi Job.
>>> This Job builds an x64 and x86 Tests.exe.
>>> Both of them excecute fine and also generate a seperate
>>> "dunit-report.xml" and "dunit-report-x64.xml" file.
>>>
>>> If we insert only one of these two files into the "Publish NUnit test
>>> result report" Plugin everything works fine.
>>> But if we insert both of them only one is used. No matter how we insert
>>> them into the "Publish NUnit test result report" Plugin.
>>>
>>> I have tried:
>>>
>>> **/*report*.xml
>>> **/*.xml
>>> dunit-report.xml,dunit-report-x64.xml
>>> *.xml
>>>
>>>
>>> Every time only one of the two reports is used.
>>>
>>> Are we doing antyhing wrong?
>>> Are we expecting the wrong result? We want to get a second "Test Result"
>>> at the Job Dashboard, so one can see both testresults.
>>>
>>> Thanks for your help!
>>>
>>> Regards
>>> Matthias
>>>
>>>
>>>  --
>> You received this message because you are subscribed to the Google Groups
>> "Jenkins Users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to jenkinsci-users+unsubscr...@googlegroups.com.
>>
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>  --
> You received this message because you are subscribed to a topic in the
> Google Groups "Jenkins Users" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/jenkinsci-users/reuu1O6y0lQ/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> jenkinsci-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>

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


Re: Nunit multiple report files

2014-02-05 Thread Mark Waite
My last experience with the plugin was that it only supports a single
results file.  You will need to find a way to make one file rather than two.
On Feb 5, 2014 3:45 AM, "Matthias"  wrote:

> Can no one help me with this Issue?
>
>
>
> Am Freitag, 17. Januar 2014 11:11:24 UTC+1 schrieb Matthias:
>>
>> Hello
>>
>> We are using Jenkins to build a Delphi Job.
>> This Job builds an x64 and x86 Tests.exe.
>> Both of them excecute fine and also generate a seperate
>> "dunit-report.xml" and "dunit-report-x64.xml" file.
>>
>> If we insert only one of these two files into the "Publish NUnit test
>> result report" Plugin everything works fine.
>> But if we insert both of them only one is used. No matter how we insert
>> them into the "Publish NUnit test result report" Plugin.
>>
>> I have tried:
>>
>> **/*report*.xml
>> **/*.xml
>> dunit-report.xml,dunit-report-x64.xml
>> *.xml
>>
>>
>> Every time only one of the two reports is used.
>>
>> Are we doing antyhing wrong?
>> Are we expecting the wrong result? We want to get a second "Test Result"
>> at the Job Dashboard, so one can see both testresults.
>>
>> Thanks for your help!
>>
>> Regards
>> Matthias
>>
>>
>>  --
> You received this message because you are subscribed to the Google Groups
> "Jenkins Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to jenkinsci-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>

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


Re: Nunit multiple report files

2014-02-05 Thread Matthias
Can no one help me with this Issue?



Am Freitag, 17. Januar 2014 11:11:24 UTC+1 schrieb Matthias:
>
> Hello
>
> We are using Jenkins to build a Delphi Job. 
> This Job builds an x64 and x86 Tests.exe.
> Both of them excecute fine and also generate a seperate "dunit-report.xml" 
> and "dunit-report-x64.xml" file.
>
> If we insert only one of these two files into the "Publish NUnit test 
> result report" Plugin everything works fine.
> But if we insert both of them only one is used. No matter how we insert 
> them into the "Publish NUnit test result report" Plugin.
>
> I have tried: 
>
> **/*report*.xml
> **/*.xml
> dunit-report.xml,dunit-report-x64.xml
> *.xml
>
>
> Every time only one of the two reports is used.
>
> Are we doing antyhing wrong?
> Are we expecting the wrong result? We want to get a second "Test Result" 
> at the Job Dashboard, so one can see both testresults.
>
> Thanks for your help!
>
> Regards
> Matthias
>
>
>

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


Nunit multiple report files

2014-01-17 Thread Matthias
Hello

We are using Jenkins to build a Delphi Job. 
This Job builds an x64 and x86 Tests.exe.
Both of them excecute fine and also generate a seperate "dunit-report.xml" 
and "dunit-report-x64.xml" file.

If we insert only one of these two files into the "Publish NUnit test 
result report" Plugin everything works fine.
But if we insert both of them only one is used. No matter how we insert 
them into the "Publish NUnit test result report" Plugin.

I have tried: 

**/*report*.xml
**/*.xml
dunit-report.xml,dunit-report-x64.xml
*.xml


Every time only one of the two reports is used.

Are we doing antyhing wrong?
Are we expecting the wrong result? We want to get a second "Test Result" at 
the Job Dashboard, so one can see both testresults.

Thanks for your help!

Regards
Matthias


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