visual studio 2008 - Configuring xUnit test output in Hudson -
i have simple poc project in hudson. poc has unit tests written via unittest++ , outputs results xml consumption xunit munge junit format.
here salient relevant
- i have project configured use msbuild build 2008 solution.
- the project contains both dll build , unit tests run post-build step.
- i set workspace in hudson set c:\develop\money (money name of project) , in hudson console can see workspace folders, solution file , output folders (/bin, /doc, etc).
- the test console app outputs file 'money_unit_tests.xml' folder 'reports' (making c:\develop\money\reports) precreated.
however seems workspace isn't sticking. if submit workspace directory shows me folders if reload page shows 'no files in directory' message.
why hudson not use c:\develop... configured it?
what can change it?
if can't change it, can mitigate these changes? (i don't want hardcode output xml c:.hudson...)
it appears in configure there advanced option hides several additional options. under there custom workspace, puzzles me workspace folder (which still blank).
Comments
Post a Comment