Customising Jenkins' appearance to make it easier to tell instances apart

前端 未结 4 2037
南笙
南笙 2021-01-01 12:52

I am responsible for four different Jenkins installations - two test and two production servers.

What options do I have from within Jenkins to make it more obvious w

4条回答
  •  温柔的废话
    2021-01-01 13:08

    In addition to or instead of the Simple Theme Plugin proposed by @Illidanek, you might also try the jQuery Plugin.

    This plugin is a library plugin for other plugins to share common jQuery. It also allows users to use jQuery on each view descriptions.

    It doesn't completely match your requirements, but it might be useful to add jQuery snippets for special formatting/styling/html-manipulation in the Jenkins "System Message", in view descriptions or in job descriptions.

    I personally often prefer the Simple Theme Plugin.

提交回复
热议问题