Created
February 17, 2015 02:42
-
-
Save KengoTODA/dfbaff2f48853a9d3ece to your computer and use it in GitHub Desktop.
One liner to unwatch all jenkins repository
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $("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