I currently have four parameterized jobs that set their own paremeters and then move down a flow of jobs using these parameters. The four top jobs only kick when there is a change on a branch (ClearCase). The problem that I have is that there is a dependency on jobs 2,3, and 4 if job 1 see's a change. If 2 see's a change, 3 and 4 must go. And if 3 see's a change 4 must go. What I do not want is if there is a change on all four...2 going twice, 3 going 3 times, and 4 going 4 times.
Is there a way to implement what I want in Jenkins? -- 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.
