Created
March 9, 2017 10:43
-
-
Save sm97/5dc6297f7b5d29325ad4e21490fb924b to your computer and use it in GitHub Desktop.
Hide Disabled Jenkins Jobs
This file contains 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
// ==UserScript== | |
// @name Hide Disabled Jenkins jobs | |
// @namespace jenkins_hide_jobs | |
// @include http://jenkins*:8080/* | |
// @version 1 | |
// @require http://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js | |
// @grant GM_addStyle | |
// ==/UserScript== | |
$(".disabledJob").hide() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment