-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major
-
Component/s: testng-plugin
-
None
-
Environment:TestNg plugin 1.22, Jenkins 1.409
I've a Maven2 job where I've configured the TestNG plugin and used the path 'trunk/target/surefire-reports/unit-tests/testng-results.xml'
However the plugin says:
"'/construction/hudson/workspace/release-tools/trunk/target/surefire-reports/unit-tests/testng-results.xml' points to a non-existent file or directory"
When I look on the slave where the job was build I can find the file however at that location.
Maybe the plugin only looks on the master and not on the node where the build was made?