Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
-
Jenkins 2.263.2
matrix-auth-plugin 2.6.4
-
-
matrix-auth 2.6.5
Description
When attempting to load snippets for properties:
Caused by: org.apache.commons.jelly.JellyTagException: jar:file:/var/cache/jenkins/war/WEB-INF/lib/jenkins-core-2.263.2.jar!/lib/form/nested.jelly:33:22: <d:invokeBody> org.apache.commons.jelly.JellyTagException: jar:file:/var/lib/jenkins/plugins/matrix-auth/WEB-INF/lib/matrix-auth.jar!/lib/matrixauth/blockWrapper.jelly:12:32: <d:invokeBody> Cannot get property 'class' on null object at org.apache.commons.jelly.impl.TagScript.handleException(TagScript.java:726) at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:281) at org.kohsuke.stapler.jelly.ReallyStaticTagLibrary$1.run(ReallyStaticTagLibrary.java:100) at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95) at org.kohsuke.stapler.jelly.ReallyStaticTagLibrary$1.run(ReallyStaticTagLibrary.java:100) at org.apache.commons.jelly.tags.core.CoreTagLibrary$2.run(CoreTagLibrary.java:105) at org.kohsuke.stapler.jelly.CallTagLibScript.run(CallTagLibScript.java:120) at org.kohsuke.stapler.jelly.groovy.JellyBuilder.doInvokeMethod(JellyBuilder.java:271) ... 226 more
I note that the code in question has a todo noting that it should be removed once the tables-to-div PR has been merged:
Attachments
Issue Links
- links to
In my testing, this only happens on the (no longer linked) top-level snippet generator that is outside the context of any job. Could you confirm this is where this occurs, and the snippet generator works fine when accessed inside a job or folder?