-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Major
-
Component/s: oracle-cloud-infrastructure-compute-plugin
-
None
Hello,
right now even if the `doNotDisable` configuration option is set the plugin will always (after `DISABLE_FAILURE_COUNT_LIMIT`) disable the template if it experiences an error during startup.
That is very unfortunate in case OCI runs out of hardware. There the failure is not due to a configuration or permission error but due to external reasons the Jenkins plugin admin cannot fix.
Could you please differentiate the case where no hardware is available or instead remove the bogus and misleading `doNotDisable` and replace it with `disableAfter` (defaulting to 3) and accepting a `0` to never disable the template?
Â
Thanks,
Gregor