Jose Sa created JENKINS-12795:
---------------------------------
Summary: Log/Report link in Job page is broken when Jenkins is
started with a specific prefix
Key: JENKINS-12795
URL: https://issues.jenkins-ci.org/browse/JENKINS-12795
Project: Jenkins
Issue Type: Bug
Components: robot-plugin
Environment: Robot version 1.2.1
Reporter: Jose Sa
Assignee: jpiironen
Priority: Minor
We are starting Jenkins server with the option "--prefix=/jenkins" which makes
all jenkins urls relative to http://hostname:8080/jenkins, however when trying
to open the Report Link as setup in the Job it fails to open because the url
defined does not contain the prefix that was given when server started.
For example, in a job with the url:
http://hostname:8080/jenkins/job/JOB_NAME
It tries to open the follow link and fails:
http://hostname:8080/job/JOB_NAME/69/robot/report/report.html
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira