Details
-
Type:
Bug
-
Status: Resolved (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Component/s: analysis-core-plugin, dashboard-view-plugin
-
Labels:None
-
Environment:Jenkins 2.33
Ubuntu 14.04 LTS
-
Similar Issues:
Description
In case of multibranch pipelines which use Folders plugin and Folders plugin itself, job urls are not correctly reflect real action urls, so it is preferable to use absolute urls instead of short ones.
There is a PR that allows for the action urls to be generated correctly by means of using job absolute urls instead of short ones.
P.S. A few days ago JENKINS-31202 has been resolved, but in case of multibranch pipelines action urls (for created by means of Dashboard plugin are not generated correctly when using job's short urls).
The PR mentioned above fixes action urls using absolute job url instead of short one.
Attachments
Issue Links
- is related to
-
JENKINS-31202 Trend Graphs are not shown in Job view for Workflow builds
-
- Resolved
-
-
JENKINS-39950 Incorrect URLs for job actions if job is within a Folder
-
- Resolved
-
Code changed in jenkins
User: Ulli Hafner
Path:
analysis-core
http://jenkins-ci.org/commit/analysis-suite-plugin/5c0d2f628c29d8d000cbc9fdebe3ee79f249da56
Log:
[FIXED JENKINS-39947] Use getUrl rather than getShortUrl.
getShortUrl does not work with jobs in folders, we rather need to use
getUrl. Since getUrl also has the container url as prefix, this part
needs to be stripped of.