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
9718e9bc
Commit
9718e9bc
authored
May 29, 2019
by
Russell Dickenson
Committed by
Marcia Ramos
May 29, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Document Admin Area's *Jobs* page
parent
6aa0df5a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
0 deletions
+24
-0
doc/user/admin_area/index.md
doc/user/admin_area/index.md
+24
-0
No files found.
doc/user/admin_area/index.md
View file @
9718e9bc
...
...
@@ -114,3 +114,27 @@ To change the sort order, click the sort dropdown and select the desired order.
To search for users, enter your criteria in the search field. The user search is case
insensitive, and applies partial matching to name and username. To search for an email address,
you must provide the complete email address.
## Administer Jobs
You can administer all jobs in the GitLab instance from the Admin Area's Jobs page.
To access the Jobs page, go to
**Admin Area > Overview > Jobs**
.
All jobs are listed, in reverse order of their job ID.
Click the
**All**
tab to list all jobs. Click the
**Pending**
,
**Running**
, or
**Finished**
tab to list only jobs of that status.
For each job, the following details are listed:
| Field | Description |
|--------- | ----------- |
| Status | Job status, either
**passed**
,
**skipped**
, or
**failed**
. |
| Job | Includes links to the job, branch, and the commit that started the job. |
| Pipeline | Includes a link to the specific pipeline. |
| Project | Name of the project, and organization, to which the job belongs. |
| Runner | Name of the CI runner assigned to execute the job. |
| Stage | Stage that the job is declared in a
`.gitlab-ci.yml`
file. |
| Name | Name of the job specified in a
`.gitlab-ci.yml`
file. |
| Timing | Duration of the job, and how long ago the job completed. |
| Coverage | Percentage of tests coverage. |
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