Re: Multi-configuration project fails to load after Jenkins 2 upgrade

2016-09-08 Thread Daniel Pflager
Found similar issue. Jenkins 2.7.3. By experimentation, I found that I could get project(s) to load by adding immediately before in config.xml On Tuesday, August 23, 2016 at 8:22:58 AM UTC-7, Gavin Williams wrote: > Ah, actually, apologies, I got this issue mixed up with another one I'm >

Re: Multi-configuration project fails to load after Jenkins 2 upgrade

2016-09-08 Thread Daniel Pflager
We had something similar. Jenkins 2.7.3. After some experimentation, I found that adding the empty tag: right before the executionStrategy tag at the end of the config.xml, like this: . . . false and then reloading configuration from disk fixed the problem. The matrix job now