Skip to content

Instantly share code, notes, and snippets.

@kplimack
Created October 10, 2014 17:02
Show Gist options
  • Save kplimack/c492b8bc5a253854bec1 to your computer and use it in GitHub Desktop.
Save kplimack/c492b8bc5a253854bec1 to your computer and use it in GitHub Desktop.
hudson.model.DownloadService.signatureCheck = false
for (d in
hudson.model.DownloadService.Downloadable.all()) {
println d.updateNow() }
println hudson.model.DownloadService.neverUpdate
Run
Result
OK: <div/>
OK: <div/>
OK: <div/>
OK: <div/>
false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment