summaryrefslogtreecommitdiff
path: root/lib/scheduler.rb
Commit message (Collapse)AuthorAgeFilesLines
* Check if the last commit has a last buildJacob Vosmaer2015-01-151-1/+1
| | | | This silences another cron error with duck tape.
* Make the schedule_build cron job quietJacob Vosmaer2015-01-091-1/+0
| | | | | | | | | | | | As an administrator, it is not interesting for me to get emails from GitLab CI that look like: ``` . . . . ```
* Fix scheduled retryingValery Sizov2015-01-071-4/+4
|
* Use rake task with whenever instead of runnerDmitriy Zaporozhets2013-11-201-0/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix schedule buildsDmitriy Zaporozhets2013-06-021-3/+5
|
* Remove runner functionality. Added api for buildsDmitriy Zaporozhets2013-05-301-3/+0
|
* Implement schedulerDmitriy Zaporozhets2013-01-141-0/+15