Search code examples
continuous-integrationwercker

Wercker: How to build constantly few times a day?


Right now wercker builds a build when changes were made to git repo. How do I set up wercker so it builds for example every 12 or 8 hours every day ?


Solution

  • This is not possible yet, although it has been suggested here. But you could create a small program the calls the api to trigger builds periodically.