# TOP LEVEL TEMPLATE: # Can only be used to run the single JavaScriptTemplate pipeline. # Why: Resources can only be defined once. # This determines the resources available to all "jobs" and "steps" no matter which templates are loaded after this # If resources is ever defined again, it'll break so badly that the pipeline won't even parse resources: repositories: - repository: JenkinsSdkSetupScripts type: github endpoint: GitHub_PlayFab name: PlayFab/JenkinsSdkSetupScripts - repository: API_Specs type: github endpoint: GitHub_PlayFab name: PlayFab/API_Specs - repository: SdkGenerator type: github endpoint: GitHub_PlayFab name: PlayFab/SdkGenerator - repository: JavaScriptSDK endpoint: GitHub_PlayFab type: github name: PlayFab/JavaScriptSDK jobs: - job: JavaScriptResourceTemplate steps: - bash: echo JavaScriptResourceTemplate - template: JavaScriptJobTemplate.yml