Daniel Beck commented on Bug JENKINS-24385

If the issue still occurs, please run the following in Manage Jenkins ยป Script Console:

Jenkins.getInstance().getExtensionList(hudson.model.PageDecorator.class).get(org.jenkinsci.main.modules.instance_identity.PageDecoratorImpl.class).identity

If the result is not null or a NullPointerException, repeat with

Jenkins.getInstance().getExtensionList(hudson.model.PageDecorator.class).get(org.jenkinsci.main.modules.instance_identity.PageDecoratorImpl.class)
Jenkins.getInstance().getExtensionList(hudson.model.PageDecorator.class)
Jenkins.getInstance()

(each line as an individual script; not one multi-line script!)

Provide output of each.


Which version of Jenkins were you using before?

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" 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