I have a nunit result located at the following location:
</p>

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

</p>
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.
</p>
The problem that i am getting is when i change the path to:
    </p>

    jobs\Nunit test\${branchName}\nunit-result.xml
 
I get the following</p> 

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

</p>    

    branchName=Main

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

    Jenkins Version= 1.546, Nunit plugin Version = 0.15

</p>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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to