-
Type:
Suggestion
-
Resolution: Unresolved
-
None
-
Component/s: Bamboo Specs
-
None
-
1
-
1
Summary
Bamboo provides AnyTask to represent a custom plugin Task of any type; however, if you provide Bamboo Specs for your plugin using a custom implementation instead of using the default AnyTask, it will fail because the custom plugin package is not whitelisted in BambooSpecsTagInspector.java.
05-Jun-2024 15:09:40 com.atlassian.bamboo.exception.YamlValidationException: Could not parse yaml input: Global tag is not allowed: tag:yaml.org,2002:com.custom.CustomImpl
Would be a good feature to make BambooSpecsTagInspector.java configurable so other regex could be added also.