On Mon, Jun 4, 2012 at 5:35 PM, phil swenson <phil.swen...@gmail.com> wrote: > if i want to make a change to every job, I have to do it 50 times. > > if i want to make a change to every node, I have to do it 20 times
OK, but those things go away when you get it right and stop making configuration changes. Normally the things you change should be under source control as part of the project that jenkins checks out. Or, if your jobs really are that variable, maybe you can use a parametrized build where you pass int the changing parts. -- Les Mikesell lesmikes...@gmail.com