jenkinsci / simple-theme-plugin

A simple theme plugin for Jenkins
https://plugins.jenkins.io/simple-theme-plugin
MIT License
56 stars 46 forks source link

Theme not showing up at Manage Jenkins > System #209

Closed aFlavius04 closed 1 month ago

aFlavius04 commented 1 month ago

Jenkins and plugins versions report

println("Jenkins: ${Jenkins.instance.getVersion()}") println("OS: ${System.getProperty('os.name')} - ${System.getProperty('os.version')}") println("Java: ${System.getProperty('java.version')} - ${System.getProperty('java.vm.vendor')} (${System.getProperty('java.vm.name')})") println "---"

Jenkins.instance.pluginManager.plugins .collect() .sort { it.getShortName() } .each { plugin -> println("${plugin.getShortName()}:${plugin.getVersion()}") } return

What Operating System are you using (both controller, and any agents involved in the problem)?

Windows 10 for the browser in which the jenkins is opened

Reproduction steps

  1. Installed Simple Theme
  2. Went to Manage Jenkins > System
  3. Theme missing

Expected Results

Manage Jenkins > System > Theme

Actual Results

Manage Jenkins > System Theme was missing

Anything else?

No response

Are you interested in contributing a fix?

No response

TobiX commented 1 month ago

Duplicate of #204. tldr: There is now an "appearance" section in the Jenkins configuration