jenkins the definitive guide

(Jeff_L) #1

Figure 10.32. Configuring a join in the phoenix-web-tests build job


As a result, you no longer need the original build trigger for the final build job, as it is now redundant.


This new flow shows up nicely in the dependency graphs as illustrated in Figure 10.33, “A more
complicated build job dependency graph”.


Figure 10.33. A more complicated build job dependency graph


10.6.4. Locks and Latches


In other situations, you might be able to run a series of builds in parallel to some degree, but certain build
jobs cannot be run in parallel because they access concurrent resources. Of course, well-designed build

Free download pdf