Details
-
Type:
Bug
-
Status: Open (View Workflow)
-
Priority:
Critical
-
Resolution: Unresolved
-
Component/s: core
-
Labels:
-
Environment:Jenkins 2.117
-
Similar Issues:
Description
The url that is automatically added to the github status created by a multi-branch build (eg `URL/job/JOBNAME/job/BRANCHNAME/BUILDNUMBER/display/redirect`) redirects to a 404 URL that contains an extra forward slash.
Example:
`BASEURL//blue/organizations/jenkins/JOBNAME/detail/BRANCHNAME/BUILDNUMBER/`
should be
`BASEURL/blue/organizations/jenkins/JOBNAME/detail/BRANCHNAME/BUILDNUMBER/`
If I remove one of the slashes, it works.
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Attachment | Bildschirmfoto zu 2018-05-02 11-26-05.png [ 42408 ] |
Priority | Minor [ 4 ] | Critical [ 2 ] |
Summary | GitHub status redirect link broken | Redirect link broken, double slash |
Component/s | core [ 15593 ] | |
Component/s | blueocean-display-url-plugin [ 21827 ] |
Assignee | Ivan Meredith [ imeredith ] |
Turns out this can have significantly more severe effects, since it also affects the webhook-bot. See attached screenshot.