Im sorry for not clarifiyng this but C# can actaully be run both 32 & 64
bit on a 64bit machine what im looking for is a way to execute both NUnit
execution in the same job and have the result being put into two different
graph. it's not a problem to execute. my problem is ONLY related to
collecting result data from the Unit test



/Jes


On 28 May 2014 22:03, Owen B. Mehegan <[email protected]> wrote:

> What you want to do is have two Jenkins slaves, one 32 and one 64 bit.
> Give the slaves labels to that effect. Then create one Jenkins job, and
> choose the "multi-configuration" project type (also referred to as a matrix
> job). In that job's configuration you will see a section called
> Configuration Matrix. Click on the 'Add axis' button, choose 'Slaves,'
> expand the 'Labels' list and click on both of the labels you chose.
> Configure the rest of the job as normal.
>
> When you run this job, some initial things will happen only on the Jenkins
> master (referred to as the "flyweight tasks" like figuring out what code
> changes there were, etc.), then the build steps will run in parallel on
> both slaves. Play around with it and you will get the idea. There are some
> weird things about matrix jobs, but this use case is what they are made for!
>
> On Wednesday, May 28, 2014 3:44:22 AM UTC-7, Jes Struck wrote:
>
>>
>> Hey,
>>
>> I'm struggling with, what i thought would be a simple task, I have some
>> NUnit test that i want to run in both x64 and x84 but I'd like it to be
>> grouped by the bitness, as fare as I see it I have to create two separate
>> jobs in order to clearly divide this. is that true??..
>>
>> Is that true or is there a nice feature/plugins that I'm not aware of
>> please enlighten me ;)
>>
>>
>> --
>>
>> [image: ____________________________________________________________]
>> <http://www.praqma.net/>
>>  *Jes Struck, *
>> Consultant
>> [email protected]
>>
>> +45 31 42 09 00
>> Skype:jes.struck
>> *Praqma A/S*
>> www.praqma.net
>> Allerød Stationsvej 4
>> DK-3450 Allerød
>> +45 36 77 27 62 <http://www.praqma.net/jciusrcph12>
>> <http://www.praqma.net/jcicodecamp12>
>>
>>   --
> 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 [email protected].
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to