index.html.haml 498 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
.wiki
  %h1
    GitLab CI is now integrated in GitLab UI
  %h2 For existing projects

  %p
    Check the following pages to find the CI status you're looking for:

  %ul
    %li Projects page - shows CI status for each project.
    %li Project commits page - show CI status for each commit.



  %h2 For new projects

  %p
    If you want to enable CI for a new project it is easy as adding
    = link_to ".gitlab-ci.yml", "http://doc.gitlab.com/ce/ci/yaml/README.html"
    file to your repository