lofa in
lofa in

Reputation: 317

How to configure Hudson

Actually I was trying to configure Hudson for Junit test.In the configure page I have checked Publish JUnit test result report. And I have to add Test report XMLs. Since I am new to Hudson I dont know what I have to add there. I am getting an error like,'**/build/test-reports/*.xml' doesn't match anything, but '*.xml' does. Perhaps that's what you mean?.

Please help me by providing some tutorials. I am using GAE with JSF2.

Upvotes: 0

Views: 1649

Answers (2)

Suveer P
Suveer P

Reputation: 11

Yes - also, you need to update your ant target xml :

ensure your logdir is correct :

Upvotes: 1

malenkiy_scot
malenkiy_scot

Reputation: 16605

This is only a warning. It means that the files do not as yet exist. Save and run the job. If then the files are not there you'll get a failure that you need to debug.

Upvotes: 1

Related Questions