-
Bug
-
Resolution: Unresolved
-
Major
-
None
The website site address of my Jenkins is http://10.128.4.199:8180/jenkins/ and not directly a hostname:port as http://10.128.4.199:8180/
Then the link exposed in Tap extended result is:
http://10.128.4.199:8180/job/MyJob/ws/myfile.xml
and not
http://10.128.4.199:8180/jenkins/job/MyJob/ws/myfile.xml
Seems like the plugin uses server root, maybe the Jenkins API provide a access to Workspace dir and not root dir?