hello
I trying to download some plugins and version update for Jenkins I getting this error:
java.io.IOException: Inconsistent file length: expected 634023 but only got 1833
at hudson.model.UpdateCenter$UpdateCenterConfiguration.download(UpdateCenter.java:1343)
Caused: java.io.IOException: Failed to download from https://updates.jenkins.io/download/plugins/credentials/1344.v5a_3f65a_1e173/credentials.hpi (redirected to: https://ftp.halifax.rwth-aachen.de/jenkins/plugins/credentials/1344.v5a_3f65a_1e173/credentials.hpi/ib-redirect/fvhtattplbpuysknlfigo4kkjzrwq3zu)
at hudson.model.UpdateCenter$UpdateCenterConfiguration.download(UpdateCenter.java:1368)
at hudson.model.UpdateCenter$DownloadJob._run(UpdateCenter.java:1925)
at hudson.model.UpdateCenter$InstallationJob._run(UpdateCenter.java:2237)
at hudson.model.UpdateCenter$DownloadJob.run(UpdateCenter.java:1899)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
at hudson.remoting.AtmostOneThreadExecutor$Worker.run(AtmostOneThreadExecutor.java:121)
at java.base/java.lang.Thread.run(Thread.java:1583)