Good Morning.
I Want to configure Jenkins server to run NUnit with the plugin Jenkins NUnit plugin but i try many thing and doesnt works.
I cli
Here is how I run it for a specific hard-coded project
"C:\Program Files\NUnit 2.6\bin\nunit-console.exe" "nUnitTests\bin\Release\nUnitTests.dll" /xml=nunit-result.xml
I needed to specify the xml output to ensure that the Violations plugin (which I'm using) could pick up the output and report correctly which may help you once you've got it working.
Have you tried using %variable% instead of $variable? Within the Windows Batch Command it uses %WORKSPACE% rather than $WORKSPACE for example. That's what I've done in my FxCop/StyleCop batch commands.