-
Improvement
-
Resolution: Duplicate
-
Minor
-
None
We read yml files for configuration purposes in our Pipeline scripts. After the latest plugin update we ran into the trouble that some of our pipelines use more than 50 anchors in the config files. These jobs do now fail with
org.yaml.snakeyaml.error.YAMLException: Number of aliases for non-scalar nodes exceeds the specified max=50
Is it possible to make this configurable to a higher value of let's say 100? Or is it already possible to configure?
- duplicates
-
JENKINS-68830 readYaml fails with org.yaml.snakeyaml.error.YAMLException: Number of aliases for non-scalar nodes exceeds the specified max=50
- In Review