Skip to content

Instantly share code, notes, and snippets.

@nicbou
Created July 25, 2017 08:12
Show Gist options
  • Save nicbou/7d8ccfe60b51e2432c4dfa0fc661c352 to your computer and use it in GitHub Desktop.
Save nicbou/7d8ccfe60b51e2432c4dfa0fc661c352 to your computer and use it in GitHub Desktop.
Check all Jenkins plugins on the plugin update page
// Instead of manually clicking every checkbox on the plugins page, enter this in the JavaScript console:
document.querySelectorAll('#plugins .plugin .pane>input[type=checkbox]').forEach(c => c.checked = true)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment