I have a nunit result located at the following location: 

jobs\Nunit test\Main\nunit-result.xml
 

I specify this location in Nunit plugin field, in Post-build step i.e 
Publish Nunit-test Result report. This works fine and the builds shows 
Nunit graph. 
The problem that i am getting is when i change the path to:

branchName=Main


jobs\Nunit test\${branchName}\nunit-result.xml
 

I get the following

error: FATAL: No NUnit test report files were found. Configuration error?

 is specified by using EnvInject plugin. This variable is accessible in 
HTML publisher plugin where i specify the path of html. 
I have searched a lot and i am guessing that the environment variables are 
not being expanded in the path.

Jenkins Version= 1.546, Nunit plugin Version = 0.15
 

Kindly help me in this problem.

-- 
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/groups/opt_out.

Reply via email to