No they are not using same URL's. I have a masterjob which contains job1 job2 job3 job4..All these jobs have separate SCM URL's ..When I click run on masterjob ..it should trigger only those jobs which have SCM changes.. so its when masterjob triggers job1 only if it has SCM changes,and then if job2 has SCM changes it should trigger ,and so on.. Kindly help.
Thanks On Tue, Jan 14, 2014 at 1:01 AM, Daniel Beck <[email protected]> wrote: > Are they using the same SCM URLs, so that whatever triggers job2 should > also trigger the others? > > If so, use SCM Trigger for job1, and select to build job2 after job1 is > finished. Do the same with job3 after job2, and job4 after job3. > > On 13.01.2014, at 20:24, Tushanka hak <[email protected]> wrote: > > > Hi All, > > > > > > I have a requirement where i need to run Job1 ,Job2 ,Job3 ,Job 4 in a > sequential way and these jobs should only be triggered on SCM change > > > > > > Thanks in advance > > > > -- > > You received this message because you are subscribed to the Google > Groups "Jenkins Users" group. > > To unsubscribe from this group and stop receiving emails from it, send > an email to [email protected]. > > For more options, visit https://groups.google.com/groups/opt_out. > > -- > You received this message because you are subscribed to a topic in the > Google Groups "Jenkins Users" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/jenkinsci-users/czfqvgJ8-1E/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
