Build window is a time window.The difference between a build window and a trigger window is that: 1.A number of builds can be requests before the window is open.All the request will be binded to build windows. If the no windows is open, then all the build request will be blocked. 2.The queued build can be view and deleted . 3.A central processor build can be configured to handle all the request when the build window is open. 4.The central processor build will group all build requests' parameter.e.g: if there are 5 build requests, with central processor build , it can be grouped to 2 builds only depends on lhow you group it.
The reason that i developed this plugin is that we have a deployment job(actually a job to trigger buildforge job), and we need to control the deployment timeframe. But user can trigger the deployment request at any time, and they have visibility to view how many request are there. Further more, as that is a portlet deployment, to reduce the deployment duration, we need to group some build request to one deployment action in the server. On Tuesday, October 16, 2012 3:27:08 AM UTC+11, Baptiste Mathus wrote: > > +1. > And if this is a time window, how this is different from using a timer > trigger? > > Cheers > Le 15 oct. 2012 16:55, "Marek Gimza" <[email protected] <javascript:>> a > écrit : > >> Hi Luo, >> >> >> I am interested to know what "Build Window" actually means. >> Is it physically an X-Window or a time-window? >> >> Thanks, >> Mgimza >> >> On Sun, Oct 14, 2012 at 10:18 PM, Roject luo <[email protected]<javascript:> >> > wrote: >> >>> Hi, >>> >>> I developed a job Plugin call "Central Processor Job". >>> 1.This plugin will allow user to configure a "Build Window" and apply it >>> to the central processor job. >>> 2.When the build window is closed, all build requests will be queued. >>> 3.when the build window is open, all queued requests will be processed >>> by a central build(or by a group of central builds ). >>> >>> Could you help to setup the repository for me? >>> >>> Regards & Thanks, >>> Roject >>> >>> >>
