Hello,

If you want to a add some static resources into your plugin (such as 
images), the common usage is to add a "webapp" directory to your source 
directory. Every file you put into this directory is available at runtime 
under this path :

http://<jenkins URL>/plugin/<plugin name>/<path to file relative to the 
webapp dir>

For instance if your plugin name is "my-nice-plugin" add your icon image 
under "/webapp/images/32x32/icon.png", the icon relative path on the server 
will be "/plugin/my-nice-plugin/images/32x32/icon.png"

-- 
Jean-Christophe

Le vendredi 25 juillet 2014 13:03:48 UTC+2, Tomasz Szandała a écrit :
>
> Greetings,
> I'm totally newbie in writing Jenkins' Plugins, so take into consideration 
> while anwsering me ;-)
> I'm progressing with my private plugin development, now I'd like to add my 
> custom icon for the Action-icon.
> Anyone could help me, please?
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to