jenkinsci/openstack-cloud-plugin

Add possibility of configure clean up period

Opened this issue · 0 comments

Now clean up period is strict 10 minutes. In some cases it's a little long. It should be handy to be able to configure this period.

public long getRecurrencePeriod() {
return MIN * 10;
}