configuration-as-code-plugin
configuration-as-code-plugin copied to clipboard
Fail casc config execution if it's impossible to resolve secret w/o default value
Currently CasC only raises a warning it it's impossible to resolve secret w/o default value. This may cause unexpected Jenkins misconfiguration w/o clear root cause for the administrator.
I would say that it's preferable to have Jenkins startup failed with clear message (current is ok) at the end of the system log.
In case when we apply CasC from UI - apply should be aborted & message shown to the user.