Issue Type: Bug Bug
Assignee: Alex Earl
Components: email-ext-plugin
Created: 22/Jan/15 2:23 PM
Description:

I have configured my Build.xml as mentioned below to run test cases for Dotnet assemblies,

<PropertyGroup> <TestResultsPath>$(JENKINS_HOME)\jobs\$(JOB_NAME)\builds\$(BUILD_NUMBER)\TestResults.xml</TestResultsPath>
</PropertyGroup>

<Target Name="RunUnitTests">
<Exec Command='"$(NUnitConsole)" "$(UnitTestsDLL_Service)" "$(UnitTestsDLL_Business)" /result="$(TestResultsPath)" /framework=4.0' />
</Target>

Where $(UnitTestsDLL_Business), $(UnitTestsDLL_Service) are dll absolute paths.

I tried by changes "TestResultsPath" to local folder.But nothing is working.But i could the test summary in the build log.Could you please help me in resolving the issue?

Environment: plugin : Email-ext
OS : Windows Server 2008 R2
Browser : Any (Not applicable)
Jenkins version : Jenkins ver. 1.560
Project: Jenkins
Labels: Hudson
Priority: Major Major
Reporter: Purna kumar
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" 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