Re: Using a job to decide when to run another job

2013-05-28 Thread Jim Zajkowski
very tightly and with all the quirks that we want, but > still use Jenkins to drive the overall process. > Jason Swager > > > On Tuesday, May 28, 2013 12:03:25 PM UTC-7, Jim Zajkowski wrote: >> >> Hi all, >> >> This is perhaps a bit outside the normal Jen

Using a job to decide when to run another job

2013-05-28 Thread Jim Zajkowski
Hi all, This is perhaps a bit outside the normal Jenkins setup, but I need to have a job run periodically, and that job will determine whether or not another job should be run. Right now I have this working by having the first job change a file and the second job trigger via FSTrigger. Howeve