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
1058652a
Commit
1058652a
authored
Nov 06, 2015
by
Achilleas Pipinellis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add section of enabling GitLab CI
parent
2c30d11e
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
31 additions
and
0 deletions
+31
-0
doc/ci/quick_start/README.md
doc/ci/quick_start/README.md
+7
-0
doc/ci/quick_start/builds_tab.png
doc/ci/quick_start/builds_tab.png
+0
-0
doc/ci/quick_start/ci_service_disabled.png
doc/ci/quick_start/ci_service_disabled.png
+0
-0
doc/ci/quick_start/ci_service_enabled.png
doc/ci/quick_start/ci_service_enabled.png
+0
-0
doc/ci/quick_start/ci_service_mark_active.png
doc/ci/quick_start/ci_service_mark_active.png
+0
-0
doc/ci/quick_start/enable_ci.md
doc/ci/quick_start/enable_ci.md
+24
-0
No files found.
doc/ci/quick_start/README.md
View file @
1058652a
...
...
@@ -21,6 +21,13 @@ page.
Now, let's break it down to pieces and work on solving the GitLab CI puzzle.
## 1. Enable GitLab CI
After creating a new project, the first thing to do is enable the
**GitLab CI**
service in your project's settings if it isn't already enabled.
Read
[
how to enable the GitLab CI service
](
enable_ci.md
)
.
## 1. Creating a `.gitlab-ci.yml` file
**GitLab CI**
service is enabled automatically on the first push of a
...
...
doc/ci/quick_start/builds_tab.png
0 → 100644
View file @
1058652a
3.75 KB
doc/ci/quick_start/ci_service_disabled.png
0 → 100644
View file @
1058652a
3.51 KB
doc/ci/quick_start/ci_service_enabled.png
0 → 100644
View file @
1058652a
3.46 KB
doc/ci/quick_start/ci_service_mark_active.png
0 → 100644
View file @
1058652a
16.8 KB
doc/ci/quick_start/enable_ci.md
0 → 100644
View file @
1058652a
# Enable GitLab CI
GitLab Continuous Integration (CI) is fully integrated into GitLab itself. You
only need to enable it in the
**Services**
settings of your project.
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.
![
Builds tab
](
builds_tab.png
)
If not, go to
**Settings > Services**
and search for
**GitLab CI**
. Its state
should be disabled.
![
CI service disabled
](
ci_service_disabled.png
)
Click on
**GitLab CI**
to enter its settings, mark it as active and hit
**Save**
.
![
Mark CI service as active
](
ci_service_mark_active.png
)
Do you see that green dot? Then good, the service is now enabled! You can also
check its status under
**Services**
.
![
CI service enabled
](
ci_service_enabled.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