You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you do warn_on: "", then the job fails with FormatException: "--ignore_license" is not an allowed value for option "warn_on"..
Presumably, it ends up passing --warn_on --ignore_license with nothing between since the string is empty. The argument shouldn't be passed at all or something probably.
The text was updated successfully, but these errors were encountered:
Fwiw, in general it is difficult to just move a job from default warning to default failure. You have to override the entire setting, with all the default failure jobs, and also override the warn_on settings to remove the job from that, but leave the old ones.
If you do
warn_on: ""
, then the job fails withFormatException: "--ignore_license" is not an allowed value for option "warn_on".
.Presumably, it ends up passing
--warn_on --ignore_license
with nothing between since the string is empty. The argument shouldn't be passed at all or something probably.The text was updated successfully, but these errors were encountered: