Skip to content

Instantly share code, notes, and snippets.

View mgvazquez's full-sized avatar
:octocat:
Focusing

Manuel Andres Garcia Vazquez mgvazquez

:octocat:
Focusing
View GitHub Profile
@rb2k
rb2k / gist:8372402
Last active April 15, 2024 19:30
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) {