Skip to content

Instantly share code, notes, and snippets.

@sm97
Created March 9, 2017 10:43
Show Gist options
  • Save sm97/5dc6297f7b5d29325ad4e21490fb924b to your computer and use it in GitHub Desktop.
Save sm97/5dc6297f7b5d29325ad4e21490fb924b to your computer and use it in GitHub Desktop.
Hide Disabled Jenkins Jobs
// ==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