Jenkins : Central Processor Job

Central Processor Job introduces build windows and central processor for Jenkins builds.

The job contains two parts configurations. Build Window and Central Processor Build.

Build windows can be configured in Jenkins Global Configuration page.A central processor job can apply one or more the build windows.The build request will be controlled by build window. If the all the applied windows are closed, the build requests will be queued.When any applied window is open, all queued requests will be fired.

If the Central processor is applied, queued build requests will be grouped into one or more central processor build based on the selected processor(DefaultProcessor or GroupBuildProcessor).