Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to change folder icons in Jenkins [closed]

I know that there is a plugin that helps to change the jobs icon, or add your own. But how can I change the folder icons in Jenkins?

I am using "Folders Plugin" and there I have only: "Default", "Github Organization Avatar" and "Github Repository Icon". Is there some plugin that can help me?

like image 837
t_sologub Avatar asked Jul 27 '16 05:07

t_sologub


People also ask

Where are Jenkins icons stored?

Go to the Manage Jenkins > Configure System page. Find the Custom icons section. New icon images can be uploaded with the file upload form. The list of available icons is displayed on the lower part of the section.

How do I customize my Jenkins dashboard?

Add new view. On the Jenkins main page, click the + tab to start the new view wizard (If you do not see a +, it is likely you do not have permission to create a new view). On the create new view page, give your view a name and select the Dashboard type and click ok.

How do I create a directory view in Jenkins?

Step #1: From within the desired folder, click “New Item” to create a new item (job/folder). In this case we're using the “Finance” folder we created in the previous task. Step #2: Enter a name in the textbox and select “Freestyle project” and click “OK” to create the job.

Where is plugin folder in Jenkins?

hpi` file into the JENKINS_HOME/plugins directory on the Jenkins controller (for example, on Debian systems JENKINS_HOME is generally /var/lib/jenkins ).


1 Answers

The 'Cloudbees Folders Plugin' only allows plugins to interact with these icons. If you press the Help button next to the "Icon" field on a folder, the info is displayed:

"A folder can have an icon of your choosing. Aside from static icons that can be used to visually distinguish different folders, plugins can implement more sophisticated icons that change their graphics depending on what the folder contains."

Cloudbees has a Folder Plus plugin that allows custom icons to be specified, either by uploading a file or providing a URL to an available image. This plugin and feature is currently exclusive to the hosted Jenkins Cloudbees environment. Info here: https://go.cloudbees.com/docs/cloudbees-documentation/cje-user-guide/index.html#folders-plus-sect-icons

like image 189
Nick Raymond Avatar answered Sep 23 '22 14:09

Nick Raymond