Hi Jacob!

I believe I didn't make myself clear, sorry.

You have a single build step, that publishes TestNG reports. That build step finds your TestNG report. As below:

>Executing single Build Steps.
>TestNG Reports Processing: START
>Looking for TestNG results report in workspace using pattern: >/root/.jenkins/workspace/FormHttpFlowTest/qa/scripts/webnode/selenium/FormHttpFlowTest/test-output/testng->results.xml
>Saving reports...
>Processing '/root/.jenkins/jobs/FormHttpFlowTest/builds/2012-08-28_10-18-18/testng/testng-results.xml'
>TestNG Reports Processing: FINISH

However, there is another step that invokes the result seeking strategies that you've configured. This step needs paths & patterns relative to the workspace (I'm adding this to the help button next to the include pattern field in the UI).

I've attached some screenshots that may help to illustrate what has been done. The TestNG XML file is the one that you uploaded here (that always helps when debugging issues, thanks a lot). Basically, I edited my project and changed the include pattern from /home/kinow/.../jobs/<job>/workspace/testng-results.xml to **/testng-results.xml

Let me know if that helps,
Bruno

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

Reply via email to