How can I create a scheduled Trigger to build a feature branch? Permanently deleted user Created September 04, 2012 19:26 It appears that scheduled triggers will only rebuild the default branch.
The only way to get this to work at the moment is to ensure that the build has a VCS root with the feature branch attached and a VCS trigger. One then has to write a crontab script to create a dummy commit and push.