Skip to content

Instantly share code, notes, and snippets.

View frederic-meyrou's full-sized avatar

Frédéric MEYROU frederic-meyrou

View GitHub Profile
@frederic-meyrou
frederic-meyrou / gist:36cf507866438adb8c44
Last active September 8, 2016 13:09 — 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 --skipping folders, preserving offline status
import hudson.model.*;
import hudson.util.*;
import jenkins.model.*;
import hudson.FilePath.FileCallable;
import hudson.slaves.OfflineCause;
import hudson.node_monitors.*;
def sizeLimit = 10 // GB