Scheduling#785
|
|
Hi I was not able to understand as to how will Cruise server initiate activity inside a pipeline i.e. can one register a cron like activation or say an activation based on the change in the source repository (i.e. new code is committed ) thanks |
|
|
Hey Asif Cruise’s scheduler checks every source repository once a minute, and schedules a pipeline whenever it detects modifications. You can also force Cruise to schedule a pipeline with the “Trigger pipeline” (play) button. Currently you can’t make Cruise build on a schedule—but it’s something we’re planning to add in the near future. Meanwhile a workaround is to run cron and make it send a POST request as per my post on this thread: http://studios.thoughtworks.com/discussion/forums/16/topics/730 |
