Re: Standalone mirrored update site without signature checking

2016-09-22 Thread Stephen Connolly
, Bilsby David C wrote: > -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 u

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 > Thanks, this w

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 a

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 follow