Plugin Information
Add links in the sidebar of the Hudson main page and view tabs. This simple plugin adds an Additional Sidebar Links section in the main Hudson configuration page, with settings for link URLs, texts and icons. These links will be shown in the top-level Hudson pages (main page, user list, build history; and in Hudson 1.265+ also in the My Projects and other project view tabs). Change LogVersion 1.4 (8-Mar-2010)
Verison 1.3 (10-Feb-2010)
Version 1.2 (23-May-2009)
Version 1.1 (13-Jan-2009)
Version 1.0 (17-Dec-2008)
|
Comments (9)
Dec 19, 2008
Bruce Painter says:
Nice little plugin. One issue I see with the image having to exist in the appli...Nice little plugin.
One issue I see with the image having to exist in the applications images/24x24 directory, people who are running Hudson in the build-in Winstone servlet container won't be able to install their own icon image. The other issue I see is for those that are running Hudson in a Tomcat or other servlet container, the custom icon images will be lost when upgrading Hudson.
Suggestions:
May 27, 2009
Matt Solnit says:
+1 for storing the images in HUDSON_HOME. I couldn't figure out where ...+1 for storing the images in HUDSON_HOME. I couldn't figure out where to put them for my JBoss-based installation. Also, allowing larger sizes would be great. It's actually pretty hard to find a decent 24x24 icon for some websites.
Jun 04, 2009
Dietmar Steinberger says:
nice one indeed, but as Bruce suggested (1) _blank would be nice to configu...nice one indeed, but as Bruce suggested
(1) _blank would be nice to configure
(2) Permission check (not all users shall see the new link - maybe just the logged in users...)
Feb 26
William Leara says:
+1 for storing the images in HUDSON_HOME+1 for storing the images in HUDSON_HOME
Mar 08
Alan Harder says:
Please file requests in the issue tracker.. they're easily forgotten here, thank...Please file requests in the issue tracker.. they're easily forgotten here, thanks.
Mar 08
Alan Harder says:
To put the icon in HUDSON_HOME, put it in HUDSON_HOME/userContent and use /userC...To put the icon in HUDSON_HOME, put it in HUDSON_HOME/userContent and use /userContent/file.ext in the sidebar link setting.
Mar 08
Alan Harder says:
Hudson core does not support link targets (like _blank) or different icon image ...Hudson core does not support link targets (like _blank) or different icon image sizes. Hiding the link for anonymous user could be done (by returning null from LinkAction.getIconFileName() when link should not be seen), but seems like low priority (patch welcome..).
Jun 02
karthik says:
Is there a way to have a sidebar link in one of the project pages instead of Hud...Is there a way to have a sidebar link in one of the project pages instead of Hudson main page
Jun 02
Alan Harder says:
Nope. Try the doclinks plugin?Nope. Try the doclinks plugin?