Henry Wong wrote:
And yes, it accepts "F", which has a value of 15. What is value of "X" in Hex?
To allow periodically scheduled tasks to produce even load on the system, the 'H' token can be used. For example, people often use '0 0 * * *' for a daily job, but this ends up causing a large spike in midnight. In contrast, doing 'H H * * *' would still execute a job once a day, but the actual time of the day this gets executed will be spread over by Jenkins.
Paweł Baczyński wrote:
Fields of an object are initialized before constructors are called.