I currently have my jenkins job builder directory structure like so:
jenkins
---global-defaults.yaml
---global-macros.yaml
---global-templates.yaml
---projectfolderA
| ---projectA.yaml
projectA.yaml can find the templates and macros when they are in the projectAfolder, but can't in the current situation. It can always find global-defaults.
Is there any way I can get project.yaml files in sub-directories to recognize top level templates/macros?