graham.reeds
graham.reeds

Reputation: 16476

Configuring xUnit test output in Hudson

I have a simple PoC project in Hudson. The PoC has unit tests written via UnitTest++ and outputs the results as XML for consumption by xUnit to munge into jUnit format.

Here are the salient relevant

However it seems that the workspace isn't sticking. If I submit the workspace directory it shows me the folders but if I then reload the page then it shows the 'No files in directory' message.

Why does Hudson not use C:\Develop... like I configured it?

What can I do change it?

If I can't change it, what can I do to mitigate these changes? (I don't exactly want to hardcode the output for the xml to C:.hudson...)

Upvotes: 0

Views: 1047

Answers (1)

graham.reeds
graham.reeds

Reputation: 16476

It appears in Configure there is an Advanced option which hides several additional options. Under there is custom workspace, which puzzles me as to what the workspace folder is for (which is still blank).

Upvotes: 1

Related Questions