Best way to schedule two builds to execute after each other (If one executes continuously)?
Example: 1. Build X run continuously (* * * *) 2. Build Z need to run every 60mins
Is there a way to schedule build Z to run after X even if build x is consultancy running?