2015-10-24 18:46:33 +05:30
|
|
|
.wiki
|
|
|
|
%h1
|
|
|
|
GitLab CI is now integrated in GitLab UI
|
|
|
|
%h2 For existing projects
|
2015-09-25 12:07:36 +05:30
|
|
|
|
2015-10-24 18:46:33 +05:30
|
|
|
%p
|
|
|
|
Check the following pages to find the CI status you're looking for:
|
2015-09-25 12:07:36 +05:30
|
|
|
|
2015-10-24 18:46:33 +05:30
|
|
|
%ul
|
|
|
|
%li Projects page - shows CI status for each project.
|
|
|
|
%li Project commits page - show CI status for each commit.
|
2015-09-25 12:07:36 +05:30
|
|
|
|
2015-10-24 18:46:33 +05:30
|
|
|
|
|
|
|
|
|
|
|
%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
|