On Tue, Apr 14, 2015 at 10:01 AM, Kirill <yam...@gmail.com> wrote:
> Does Jenkins somehow plan when the task should be executed or relies on smth
> simple like plain Java timers?

Plain Java timers.

> What will happen if the task is supposed to
> be executed once a day, but Jenkins gets restarted few times during the day.
> Will the task never get executed?

Yes (if the initial delay is also one day). If you have something that
*must* be run at particular times, you will need specialized code,
perhaps using @Initializer.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/CANfRfr10A-SKHi7PP7hQSowE9Pu0aHj5d10-wUGdOcfHmQr70w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to