jenkins-workspace-cleanup-groovy-script icon indicating copy to clipboard operation
jenkins-workspace-cleanup-groovy-script copied to clipboard

Jenkins Workspace Cleanup script to automate folders clean up for all the jobs

Results 2 jenkins-workspace-cleanup-groovy-script issues
Sort by recently updated
recently updated
newest added

Hello, I got an error while running the script, I am using clean-up-all-by-sprint-numbers.groovy. version info: Jenkins2.190.3 Groovy Postbuild | org.jvnet.hudson.plugins:groovy-postbuild:2.5 Error running the task: Groovy script failed: groovy.lang.MissingPropertyException: No such...

The workspace object is no longer in the job object. This section for (job in Jenkins.instance.items) { if(job.workspace!=null && job.workspace!="") returns an error saying that the workspace object cannot be...