> -----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 groovy script added to the 
> %JENKINS_HOME%\init.groovy.d directory. The script I used 
> contained the following:
> 
> import jenkins.model.*
> 
> try
> {
>   hudson.model.DownloadService.signatureCheck=false;
>   println(“Disabled signature checking for update service.”);
> }
> catch (MissingPropertyException e)
> {
>   println(“No signature check disable property found!”);
> }

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?

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/DE43F284DA14403E8528CF9526FB3BD1%40black7.
For more options, visit https://groups.google.com/d/optout.

Reply via email to