Found the problem. It's not the back off, it's my browser (Chrome on MacOS) and my Jenkins setup. I have Jenkins setup over SSL, however the URL for the update site was http. So when I looked in the javascript console I saw that the request to check the update server was blocked because the page was loaded over https, but was requesting an insecure page over http. Once I changed the update center URL to be https, then I see updates.
On Fri, Feb 28, 2014 at 10:03 AM, Jon Schewe <[email protected]> wrote: > So Jenkins doesn't do the polling on it's own? > > > On Fri, Feb 28, 2014 at 9:41 AM, Stephen Connolly < > [email protected]> wrote: > >> You are browsing around too fast and Jenkins has exponentially backed off >> trying to hijack your browser to download the plugin metadata from the >> update center >> >> >> On 28 February 2014 15:36, Jon Schewe <[email protected]> wrote: >> >>> Looking at jenkins-ci.org I see that the latest LTS release is >>> 1.532.2. Looking at my Jenkins install I'm running 1.532.1. Going to the >>> management page for my Jenkins install I do not see the option to upgrade. >>> I have another Jenkins instance setup that is telling me there is an update >>> available. Why the difference between the two installs? >>> >>> >>> -- >>> http://mtu.net/~jpschewe >>> >>> -- >>> 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/groups/opt_out. >>> >> >> -- >> 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/groups/opt_out. >> > > > > -- > http://mtu.net/~jpschewe > > -- http://mtu.net/~jpschewe -- 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/groups/opt_out.
