Jenkins: Throttle build rate
问题 Using Jenkins , is it possible to limit job execution to run only once within a given interval? E.g. I need to configure an expensive job which should be executed no more than 2 times per hour . Note: I was not able to get this working using the quiet period feature, because its timer will be reset once another build trigger occurs within the quiet period interval. If such build trigger occur more often than the quiet period lasts, builds will never be made. 回答1: You can always just schedule