Re: Standalone mirrored update site without signature checking

2016-09-22 Thread Stephen Connolly
RE: Standalone mirrored update site without signature checking > > > Thanks, this will help us too. Ideally, we would prefere to re-sign and > leave the signature checking in place. Does anyone have ideas as to that? > > As I mentioned in the original post, I believe the backend-update

RE: Standalone mirrored update site without signature checking

2016-09-22 Thread Bilsby David C
-Original Message- From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Jason Pyeron Sent: 21 September 2016 13:08 To: jenkinsci-users@googlegroups.com Subject: RE: Standalone mirrored update site without signature checking > Tha

RE: Standalone mirrored update site without signature checking

2016-09-21 Thread Jason Pyeron
> -Original Message- > From: Bilsby David C > Sent: Wednesday, September 21, 2016 05:17 > > OK I think I have fixed this myself. To disable signature > checking on the update file you need to set the > hudson.model.DownloadService.signatureCheck variable to > false. I did this through

RE: Standalone mirrored update site without signature checking

2016-09-21 Thread Bilsby David C
OK I think I have fixed this myself. To disable signature checking on the update file you need to set the hudson.model.DownloadService.signatureCheck variable to false. I did this through a groovy script added to the %JENKINS_HOME%\init.groovy.d directory. The script I used contained the

Standalone mirrored update site without signature checking

2016-09-07 Thread Bilsby David C
I'd like to set up a standalone Jenkins update site for use on a network without Internet access. I have written a script which mirrors the official update site by downloading the update-center.json file and then parsing the URLs to all the latest plugins and wars and downloading them via wget.