Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@dapperdanman
dapperdanman / gist:a9ec6bec192fcb62e2fbbe6ab73d27bd
Created February 14, 2018 19:43 — forked from rb2k/gist:8372402
A jenkins script to clean up workspaces on slaves
// Check if a slave has < 10 GB of free space, wipe out workspaces if it does
import hudson.model.*;
import hudson.util.*;
import jenkins.model.*;
import hudson.FilePath.FileCallable;
import hudson.slaves.OfflineCause;
import hudson.node_monitors.*;
for (node in Jenkins.instance.nodes) {