I used version 1.532 before.

Here the output of each:

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

java.lang.NullPointerException: Cannot get property 'identity' on null object
        at org.codehaus.groovy.runtime.NullObject.getProperty(NullObject.java:56)
        at org.codehaus.groovy.runtime.InvokerHelper.getProperty(InvokerHelper.java:156)
        at org.codehaus.groovy.runtime.callsite.NullCallSite.getProperty(NullCallSite.java:44)
        at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callGetProperty(AbstractCallSite.java:227)
        at Script1.run(Script1.groovy:1)
        at groovy.lang.GroovyShell.evaluate(GroovyShell.java:580)
.
.
.


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

(No output or empty)

Jenkins.getInstance().getExtensionList(hudson.model.PageDecorator.class)

Result: [hudson.plugins.jquery.JQuery@2e204881, hudson.plugins.jquery_ui.JQueryUI@497824cf, hudson.model.UpdateCenter$PageDecoratorImpl@6eb8b7b7, hudson.model.DownloadService@2125882b, hudson.model.UsageStatistics@3d7d1983, hudson.plugins.translation.L10nDecorator@601606fe]

Jenkins.getInstance()

Result: hudson.model.Hudson@47f5435c

Seems so as if that PageDecoratorImpl.class object is missing, right?

THX

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