don't start cron job as this branch is currently not used
parent
fd85d1b125
commit
541659b470
|
|
@ -32,7 +32,8 @@
|
||||||
//here comes the trigger according to crontabs - jenkins is in UTC
|
//here comes the trigger according to crontabs - jenkins is in UTC
|
||||||
triggers {
|
triggers {
|
||||||
//every 1st of every month at 00:00
|
//every 1st of every month at 00:00
|
||||||
cron('0 0 1 * *')
|
// currently this branch is not used, so dont start it at all
|
||||||
|
// cron('0 0 1 * *')
|
||||||
|
|
||||||
//every day at 08:00
|
//every day at 08:00
|
||||||
//cron('0 8 * * *')
|
//cron('0 8 * * *')
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue