I would like to use YAML anchors and aliases to help us simplify repeated configuration When I add node above job_specifications ``` docker_image_definition: &docker_image_definition docker_image: ****.azurecr.io/*** ``` I get an error after running the job ERROR - Jobs Configuration Schema validation failed. Any suggestions to solve this problem?
I would like to use YAML anchors and aliases to help us simplify repeated configuration
When I add node above job_specifications
I get an error after running the job
ERROR - Jobs Configuration Schema validation failed.
Any suggestions to solve this problem?