Re: Plugin Installs Failing

2020-02-07 Thread Steve Rogers
terminated the connection. When we bypassed that rule everything worked as expected, so I just did all my updates and reactivated the rule. On Tue, Feb 4, 2020 at 8:42 AM Steve Rogers wrote: > I changed the configuration to point directly to /home/jenkins (plugin > installs still fail) an

Re: Plugin Installs Failing

2020-02-04 Thread Steve Rogers
at > configuration. > > On Mon, Feb 3, 2020 at 4:09 PM Steve Rogers wrote: > >> Yes, plenty of space and permissions are correct. I should have added in >> the original that I can install manually by downloading the plugin file >> directly and then uploading into jenkin

Re: Plugin Installs Failing

2020-02-03 Thread Steve Rogers
That was my first guess too. I tried with both. On Mon, Feb 3, 2020 at 7:22 PM Jan Monterrubio wrote: > > Could it be an http vs https problem? We had some of those with maven > before. > > On Mon, Feb 3, 2020 at 16:05 Steve Rogers wrote: > >> I'll give that

Re: Plugin Installs Failing

2020-02-03 Thread Steve Rogers
enkins. >> >> On Mon, Feb 3, 2020 at 2:50 PM Mark Waite >> wrote: >> >>> It may be worth checking the directory permissions to confirm that the >>> Jenkins user can still write to that directory. You may also want to check >>> that the disc has av

Re: Plugin Installs Failing

2020-02-03 Thread Steve Rogers
to confirm that the > Jenkins user can still write to that directory. You may also want to check > that the disc has available free space and available inodes to allow new > files to be created. > > On Mon, Feb 3, 2020 at 3:42 PM Steve Rogers wrote: > >> Any plugin that I try

Plugin Installs Failing

2020-02-03 Thread Steve Rogers
Any plugin that I try to download results in the following error: java.net.SocketException: Connection reset at java.net.SocketInputStream.read(SocketInputStream.java:210) at java.net.SocketInputStream.read(SocketInputStream.java:141) at java.io.BufferedInputStream.fill(Buf