|
||||||||
|
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/groups/opt_out.

We've encountered similar problem after Jenkins crash.
We're using multi-dimension matrix jobs, and one of our matrix configurations stopped working.
I've found that affected job's matrix configuration persisting in <JENKINS HOME>/jobs/<Matrix JOB>/configurations/axis-<A>/<Value A>/axis-<B>/<Value B>/config.xml "disabled" element value left with value true.
<disabled>true</disabled>
After changing it's value to false, and reloading Jenkins configuration (Reload Configuration from Disk or restart Jenkins) my matrix job has started working.