Details
-
Type:
Story
-
Status: Resolved (View Workflow)
-
Priority:
Blocker
-
Resolution: Fixed
-
Component/s: sse-gateway-plugin
-
Labels:None
-
Similar Issues:
-
Epic Link:
-
Sprint:1.0-m10
Description
The default bare-bones thin events are sometimes not enough e.g. Blue Ocean needs some additional info about Job events, such as whether or not it's a muti-branch job, the Jenkins org the job belongs to etc.
At the moment, Blue Ocean is fudging this by parsing the job url and making a few assumptions. This is dodgy and we should fix it before we go too far. Allowing BO to define an @Extension point impl that adds the few extra fields it needs would be good because then it would not longer need to make any assumptions.
Attachments
Issue Links
- is related to
-
JENKINS-36261 Lack of feedback that a build has been requested
-
- Resolved
-
After updating the pipeline deps in Blue Ocean I can see that the branch-api has changed the job URL structure, which breaks the current event stuff, making it critical that we fix this issue.