[
https://issues.jenkins-ci.org/browse/JENKINS-14038?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=163590#comment-163590
]
Nicolas De Loof commented on JENKINS-14038:
-------------------------------------------
root cause is that actions are rendered by Actionable/actions.jelly that relies
on it.url for base URL
Run.getUrl() builds the URL using project.url + builnumber, and don't consider
the requested context, as AbstractItem.getUrl does
> Action tasks on build sidepannel don't use permalinks
> -----------------------------------------------------
>
> Key: JENKINS-14038
> URL: https://issues.jenkins-ci.org/browse/JENKINS-14038
> Project: Jenkins
> Issue Type: Bug
> Components: core
> Reporter: Nicolas De Loof
> Assignee: Nicolas De Loof
> Priority: Minor
>
> When accessing a build using permalink ("/lastSuccessful" for sample), on
> sidepannel console or changes links have the expected /lastSuccessful/console
> URL, but other actions to contribute tasks use the actual build number.
--
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