Yaniv Kaul edited a comment on Bug JENKINS-22863

I've installed from fresh Jenkins 1.569, from RPM. I have the matrix plugin 1.2 installed as well as https://wiki.jenkins-ci.org/display/JENKINS/matrix+combinations+plugin v1.06.
When creating the simples matrix job, the exception occurs.
Here's my job:

  • multi-configuration job
  • parameterized:
  • bool parameter (dummy, just to have a parameter)
  • matrix combinations filter: name: FILTER
  • Configuration Matrix:
  • User Defined Axis: name: ax1 values: axA axB
  • User Defined Axis: name: ax2 values: axC axD

That's it. No steps, no nodes, no git, nothing.
When I go to execute it:
avax.servlet.ServletException: org.apache.commons.jelly.JellyTagException: jar:file:/var/cache/jenkins/war/WEB-INF/lib/jenkins-core-1.569.jar!/hudson/model/ParametersDefinitionProperty/index.jelly:50:78: <st:include> org.apache.commons.jelly.JellyTagException: jar:file:/var/cache/jenkins/war/WEB-INF/lib/jenkins-core-1.569.jar!/lib/form/entry.jelly:73:23: <d:invokeBody> No such property: p for class: hudson.plugins.matrix_configuration_parameter.matrixcombinationparameterDefinition.index
at org.kohsuke.stapler.jelly.JellyRequestDispatcher.forward(JellyRequestDispatcher.java:60)
at jenkins.model.ParameterizedJobMixIn.doBuild(ParameterizedJobMixIn.java:163)
at hudson.model.AbstractProject.doBuild(AbstractProject.java:1726)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)

See attached support.zip

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