Re: Different platforms in NUnit in the same job

2014-05-30 Thread jes Struck
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 collectin

Re: Different platforms in NUnit in the same job

2014-05-28 Thread Owen B. Mehegan
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

Different platforms in NUnit in the same job

2014-05-28 Thread Jes Struck
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