Skip to content

Instantly share code, notes, and snippets.

@KengoTODA
Created February 17, 2015 02:42
Show Gist options
  • Select an option

  • Save KengoTODA/dfbaff2f48853a9d3ece to your computer and use it in GitHub Desktop.

Select an option

Save KengoTODA/dfbaff2f48853a9d3ece to your computer and use it in GitHub Desktop.
One liner to unwatch all jenkins repository
$("a[href^='/jenkinsci']").parent().find('button[type="submit"]').each(function(i,e){if (i%2===0) {setTimeout(function(){$(e).click();}, i*1000);}})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment