The typical dependencies between jobs are represented in the config.xml files of the jobs.
As an example, one of my jobs includes the following information in config.xml: <hudson.tasks.BuildTrigger> <childProjects>JobA,JobB</childProjects> </hudson.tasks.BuildTrigger> That says the job represented by this config.xml will start JobA and JobB when it completes. Mark Waite >________________________________ > From: Varghese Renny <varghesekre...@gmail.com> >To: jenkinsci-users@googlegroups.com >Sent: Thursday, July 26, 2012 6:23 AM >Subject: Where two dependent job relation can seen in jenkins folder > > > >I wanted to see the file corresponding to two dependent job of jenkins? >Like if we mention two jobs are dependent, what file it will generate for >dependency? > > > > >Thanks in Advance, >varghese > > >