we are creating Jenkins plugin in we want to show some information on side bar in Job Dashboard
You’ll want to create a new action class with a get url, possibly icon and name, then add that action to that build/job/folder/root/etc
I’m on my phone so I can’t get you links but addaction should be grep/googleable to get you started
1 Like
Like halkeye mentioned, you can do it through actions, there is a example in the plugin tutorial documentation: Extend the Plugin, or maybe https://plugins.jenkins.io/sidebar-link/ is helpful for reference.
1 Like