- job: name: test-autodoc description: | This is a test job. - job: name: test-autodoc branches: stable description: | This is a test job variant on a stable branch. - project-template: name: test-autotemplate description: | This is a test project template. check: jobs: - test-autodoc - example - does-not-exist-in-this-repo gate: jobs: - example - does-not-exist-in-this-repo