Bloggposter merket som:
gitplugin

Jenkins Git Plugin does not garbage collect

The Jenkins Git Plugin does not garbage collect automatically. I have requested this feature, but in the meantime I have worked around this by scheduling a bash script to run nightly for all the Jenkins workspaces: #!/bin/bash repo_dirs=$( ls -d1 $@ ) for repo_dir in ${repo_dirs[@]} do cd $repo_dir echo "checking if $repo_dir is a [...]