-
Bug
-
Resolution: Unresolved
-
Major
-
None
Sometime, a parametrized build fail on one of the slave I use in a matrix job, I'd like to restart just this configuration. Restarting using Rebuild the parent job works, but restarting just the child job doesn't. I get the following error :
Status Code: 500
Exception:
Stacktrace:
java.lang.IllegalStateException: This build is not parameterized!
at hudson.model.AbstractProject.doBuildWithParameters(AbstractProject.java:1528)
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:616)
at org.kohsuke.stapler.Function$InstanceFunction.invoke(Function.java:282)
at org.kohsuke.stapler.Function.bindAndInvoke(Function.java:149)
at org.kohsuke.stapler.Function.bindAndInvokeAndServeResponse(Function.java:88)
at org.kohsuke.stapler.MetaClass$1.doDispatch(MetaClass.java:102)
at org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:53)
The job IS parametrized, indeed.
Thanks