I've searched google for this but nothing popped out. I have 122 jobs that run automated tests at-xxx. I've created an at-start job that does some initialization of directories, etc. and I've trigger the other 122 jobs to start when this one completes. So far so good...
The 122 jobs run on a server farm (15 pcs) running jenkins slaves. Their run time is from 5 minutes to 45 minutes and they are all independent of each other. So far so good. The entire suite takes somewhere around 3.5 to 4 hours to run. So far so good... I'd like to create at-end, a job that runs when *all* the other ones are done. Has anyone else done this, and how did you do it? John
