This is my Jenkins Job Builder Directory structure:
jenkins
    ---global-defaults.yaml
    ---global-macros.yaml
    ---global-templates.yaml
    ---projectfolderA
     | ---projectA.yaml
over here my projectA.yaml can't find templates and macros if they are not int he projectAfolder, though it can still find global-defaults
Can I somehow get project.yaml files in sub folders to recognise upper level templates and macros?