Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I specify in my ccnet config file how to do daily builds?

How do I specify in my ccnet config file how to do daily builds?

like image 372
Brian R. Bondy Avatar asked Nov 13 '08 22:11

Brian R. Bondy


1 Answers

You set up a scheduleTrigger:

<triggers>
    <scheduleTrigger time="23:30" />
</triggers>

would run that project every night at 11:30pm

like image 90
Nick DeVore Avatar answered Nov 02 '22 09:11

Nick DeVore