You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The EntityJobRunsTable seems to not work anymore, as the this route: /v1/entity/:namespace/:kind/:name/job/:jobFullName
is receiving "undefined" as jobFullName. The result is that the list of builds is empty.
👍 Expected behavior
List all builds for a project
👎 Actual Behavior with Screenshots
An empty list is shown
👟 Reproduction steps
Just use the plugin with the EntityJobRunsTable widget.
📃 Provide the context for the Bug.
This parameter is always passed as undefined
A workaround can be achieved by setting the jobFullName from jenkinsInfo, but is indeed a workaround, as the /v1/entity/:namespace/:kind/:name/job/:jobFullName with jobFullName non-properly set is te culprit of this bug.
(Working) Workaround:
👀 Have you spent some time to check if this bug has been raised before?
Plugin Name
jenkins-plugin-backend
📜 Description
The EntityJobRunsTable seems to not work anymore, as the this route:
/v1/entity/:namespace/:kind/:name/job/:jobFullName
is receiving "undefined" as jobFullName. The result is that the list of builds is empty.
👍 Expected behavior
List all builds for a project
👎 Actual Behavior with Screenshots
An empty list is shown
👟 Reproduction steps
Just use the plugin with the EntityJobRunsTable widget.
📃 Provide the context for the Bug.
This parameter is always passed as undefined
A workaround can be achieved by setting the
jobFullName
fromjenkinsInfo
, but is indeed a workaround, as the/v1/entity/:namespace/:kind/:name/job/:jobFullName
with jobFullName non-properly set is te culprit of this bug.(Working) Workaround:
👀 Have you spent some time to check if this bug has been raised before?
🏢 Have you read the Code of Conduct?
Are you willing to submit PR?
No, but I'm happy to collaborate on a PR with someone else
The text was updated successfully, but these errors were encountered: