, 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
-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
> -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
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