Method: Gitlab::Client::Templates#gitlab_ci_yml_templates

Defined in:
lib/gitlab/client/templates.rb

#gitlab_ci_yml_templatesArray<Gitlab::ObjectifiedHash>

Get all ‘gitlab_ci.yml` templates.

Examples:

Gitlab.gitlab_ci_yml_templates

Returns:


58
59
60
# File 'lib/gitlab/client/templates.rb', line 58

def gitlab_ci_yml_templates
  get('/templates/gitlab_ci_ymls')
end