RELEASED: Public: 2022-03-09
Feature enhancements
- Validation is now performed on the CasC
jenkins.yaml
file (BEE-6369) -
The
jenkins.yaml
file within the CasC bundle is now validated to verify:-
The YAML format is correct.
-
The configurators are valid in the instance. If the configurators are invalid, a warning is generated, indicating the current file is invalid. However, the entire bundle may still be valid. For example, when adding configurators, specific plugins must first be installed. If the bundle contains an
items.yaml
file with a valid configurator, but the required plugin is not currently installed, a warning is returned. Since the plugin may be installed once the updated bundle has been applied to the instance, the warning indicates that you should verify the required plugin is included in theplugins.yaml
file. -
The independent configuration sections are valid. If a configuration section is invalid, an error is generated.
For more information, refer to:
-
Troubleshooting CasC for the operations center and Troubleshooting CasC for controllers
-