I have enabled a Jenkins job to poll for subversion changes every minute (H * * * * or H/1 * * * *). When I check the last poll status, it says last poll was an hour ago! So it does not poll every minute, aparently, using H * * * * or H/1 * * * *! The Jenkins log file does not contain any particularly interesting SCM news. When I set the frequency to * * * * * or H/2 * * * * instead of H * * * * then it polls correctly! So what is wrong here whith the "H"? (Jenkins LTS 1.532.2)
-- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
