The duration (in seconds) for which the plugin will remember errors encountered during provisioning. General guidance:
High durations (e.g. minutes) work well where there are multiple clouds/templates configured (i.e. Jenkins is not limited to just one source of build executors), allowing other cloud/templates to provide a means of running builds.
Medium durations (e.g. one minute) work well where the Docker service serves more than one Jenkins server as this will prevent Jenkins from "spamming" the shared Docker resource with failing requests.
A low (or zero) duration should only be used where the Docker service is not shared, not always reliable, and when there are no alternatives to the configured Docker Templates. i.e. when Jenkins should simply re-try failing templates until they work.

Defaults to 300 (5 minutes) if not set (or set to an invalid value). A value of zero disables this functionality (so that recent errors will not be taken into consideration when provisioning).