Hi all. I'm coding Jenkins plugin and want to know URI of test result page for Maven project like:
job/JOB/MODULE/BUILD-NUMBER/testReport/junit/PACKAGE/CLASS/METHOD/ I searched document and found AbstractTestResultAction#getTestResultPath method. It seems good but it returns invalid URI in my environment, like: job/JOB/BUILD-NUMBER/testReport/junit/PACKAGE/CLASS/METHOD/ I mean MODULE (groupId$artifactId) is lacked. Do you know how to get complete URI of test result? If you know, please let me know. Thank you for your reading. see also: http://javadoc.jenkins-ci.org/hudson/tasks/test/AbstractTestResultAction.html#getTestResultPath(hudson.tasks.test.TestResult) -- *** Kengo TODA (eller86) [email protected] http://skypencil.jp/
