Details
-
Type:
Bug
-
Status: In Progress (View Workflow)
-
Priority:
Major
-
Resolution: Unresolved
-
Component/s: tap-plugin
-
Labels:None
-
Similar Issues:
Description
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?
What's configured as Jenkins URL in global configuration?