Marc Carter commented on Bug JENKINS-18754

It is a very specific case that it works for. This bug report is the only public documentation of the limitation. My interim workaround for shared repos like ours is (ignoring this plugin completely) to schedule something like this to run during quiet hours:
du -s $M2_REPO/* | sort -n | tail -n 25 | cut -f 2 | xargs rm -rf

You may want to do a search by access time instead size but this works for us.

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to