configuration-as-code-plugin icon indicating copy to clipboard operation
configuration-as-code-plugin copied to clipboard

Fail casc config execution if it's impossible to resolve secret w/o default value

Open StyleT opened this issue 5 years ago • 0 comments

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.

StyleT avatar Jun 18 '20 17:06 StyleT