2

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 ?

Newcomer
  • 483
  • 6
  • 17

1 Answers1

2

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.

Carlos Gonzalez
  • 858
  • 13
  • 23