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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
85490568
Commit
85490568
authored
Feb 11, 2021
by
Aakriti Gupta
Committed by
Achilleas Pipinellis
Feb 11, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve docs for CI/CD behaviour in maintenance mode
parent
1e1edbaf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
doc/administration/maintenance_mode/index.md
doc/administration/maintenance_mode/index.md
+6
-6
No files found.
doc/administration/maintenance_mode/index.md
View file @
85490568
...
...
@@ -19,8 +19,8 @@ operations, such as `git clone` or `git pull`.
There are three ways to enable maintenance mode as an administrator:
-
**Web UI**
:
1.
Navigate to the
**Admin Area > Application settings > General**
and toggle
the maintenance mode.
You can optionally add a message for the banner as well.
1.
Go to
**Admin Area > Settings > General**
, expand
**Maintenance mode**
, and toggle
**Enable maintenance mode**
.
You can optionally add a message for the banner as well.
1.
Click
**Save**
for the changes to take effect.
-
**API**
:
...
...
@@ -41,8 +41,7 @@ There are three ways to enable maintenance mode as an administrator:
There are three ways to disable maintenance mode:
-
**Web UI**
:
1.
Navigate to the
**Admin Area > Application settings > General**
and toggle
the maintenance mode. You can optionally add a message for the banner as well.
1.
Go to
**Admin Area > Settings > General**
, expand
**Maintenance mode**
, and toggle
**Enable maintenance mode**
.
1.
Click
**Save**
for the changes to take effect.
-
**API**
:
...
...
@@ -85,8 +84,9 @@ All users can log in and out of the GitLab instance.
In maintenance mode:
-
No new jobs are started. Already running jobs stay in 'running'
status but their logs are no longer updated.
-
No new jobs or pipelines, scheduled or otherwise, will start in maintenance mode.
-
Those jobs that were already running, will continue to show status as 'running' in the Web UI, even if they finish running on GitLab Runner.
**Note**
It is recommended that you restart already running pipelines after maintenance mode is turned off.
-
If the job has been in 'running' state for longer than the project's time limit,
it will
**not**
time out.
-
Pipelines cannot be started, retried or canceled in maintenance mode.
...
...
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