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
Jérome Perrin
gitlab-ce
Commits
4d3f2ff1
Commit
4d3f2ff1
authored
Feb 04, 2017
by
Takuya Noguchi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update doc for enabling or disabling GitLab CI
parent
aa9e77b7
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
9 deletions
+13
-9
changelogs/unreleased/27656-doc-ci-enable-ci.yml
changelogs/unreleased/27656-doc-ci-enable-ci.yml
+4
-0
doc/ci/enable_or_disable_ci.md
doc/ci/enable_or_disable_ci.md
+9
-9
doc/ci/img/features_settings.png
doc/ci/img/features_settings.png
+0
-0
doc/ci/img/permissions_settings.png
doc/ci/img/permissions_settings.png
+0
-0
No files found.
changelogs/unreleased/27656-doc-ci-enable-ci.yml
0 → 100644
View file @
4d3f2ff1
---
title
:
Update doc for enabling or disabling GitLab CI
merge_request
:
8965
author
:
Takuya Noguchi
doc/ci/enable_or_disable_ci.md
View file @
4d3f2ff1
...
@@ -11,10 +11,10 @@ API.
...
@@ -11,10 +11,10 @@ API.
---
---
As of GitLab 8.2, GitLab CI is mainly exposed via the
`/builds`
page of a
GitLab CI is exposed via the
`/pipelines`
and
`/builds`
pages of a project.
project.
Disabling GitLab CI in a project does not delete any previous builds.
Disabling GitLab CI in a project does not delete any previous builds.
In fact, the
`/
builds`
page can still be accessed, although it's hidden from
In fact, the
`/
pipelines`
and
`/builds`
pages can still be accessed, although
the left sidebar menu.
it's hidden from
the left sidebar menu.
GitLab CI is enabled by default on new installations and can be disabled either
GitLab CI is enabled by default on new installations and can be disabled either
individually under each project's settings, or site-wide by modifying the
individually under each project's settings, or site-wide by modifying the
...
@@ -23,12 +23,12 @@ respectively.
...
@@ -23,12 +23,12 @@ respectively.
### Per-project user setting
### Per-project user setting
The setting to enable or disable GitLab CI can be found with the name
**
Build
s**
The setting to enable or disable GitLab CI can be found with the name
**
Pipeline
s**
under the
**
Features**
area of a project's settings along with
**Issues**
,
under the
**
Sharing & Permissions**
area of a project's settings along with
**Merge Requests**
,
**Wiki**
and
**Snippets**
. Select or deselect the checkbox
**Merge Requests**
. Choose one of
**Disabled**
,
**Only team members**
and
and hit
**Save
**
for the settings to take effect.
**Everyone with access**
and hit
**Save changes
**
for the settings to take effect.
![
Features settings
](
img/feature
s_settings.png
)
![
Sharing & Permissions settings
](
img/permission
s_settings.png
)
---
---
...
...
doc/ci/img/features_settings.png
deleted
100644 → 0
View file @
aa9e77b7
9.03 KB
doc/ci/img/permissions_settings.png
0 → 100644
View file @
4d3f2ff1
38.3 KB
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