Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boxiang Sun
gitlab-ce
Commits
3b4806ba
Commit
3b4806ba
authored
Nov 07, 2015
by
Achilleas Pipinellis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add option to enable GitLab CI via .gitlab-ci.yml
parent
1058652a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
6 deletions
+21
-6
doc/ci/quick_start/enable_ci.md
doc/ci/quick_start/enable_ci.md
+21
-6
No files found.
doc/ci/quick_start/enable_ci.md
View file @
3b4806ba
# Enable GitLab CI
GitLab Continuous Integration (CI) is fully integrated into GitLab itself
. You
o
nly need to enable it in the
**Services**
settings of your project
.
GitLab Continuous Integration (CI) is fully integrated into GitLab itself
as
o
f
[
version 8.0
](
https://about.gitlab.com/2015/09/22/gitlab-8-0-released/
)
.
First, head over your project's page that you would like to enable CI for.
If you can see the
**Builds**
tab in the sidebar, then CI is enabled.
First, head over your project's page that you would like to enable GitLab CI
for. If you can see the
**Builds**
tab in the sidebar, then GitLab CI is
already enabled and you can skip reading the rest of this guide.
![
Builds tab
](
builds_tab.png
)
If not, go to
**Settings > Services**
and search for
**GitLab CI**
. Its state
should be disabled.
If not, there are two ways to enable it in your project.
## Use .gitlab-ci.yml to enable GitLab CI
GitLab CI will be automatically enabled if you just push a
[
`.gitlab-ci.yml`
](
../yaml/README.md
)
in your git repository. GitLab will
pick up the change immediately and GitLab CI will be enabled for this project.
This is the recommended way.
## Manually enable GitLab CI
The second way is to manually enable it in the project's
**Services**
settings
and this is also the way to disable it if needed.
Go to
**Settings > Services**
and search for
**GitLab CI**
. Its state should
be disabled.
![
CI service disabled
](
ci_service_disabled.png
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment