Remove Old Job Builds on Jenkins with Groovy Script
Purpose This article describes a way to use a Groovy script to remove old builds from all jobs up to a set number. In other words, you set how many of the latest builds to keep and run it on the Jenkins Master to cleanup all previous builds for all jobs. This script includes Cloudbees … Continue reading Remove Old Job Builds on Jenkins with Groovy Script