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
4df3d078
Commit
4df3d078
authored
Oct 11, 2018
by
Evan Read
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove broken link
- And minor linting fixes.
parent
ee6d9e28
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
9 deletions
+6
-9
doc/administration/job_artifacts.md
doc/administration/job_artifacts.md
+6
-9
No files found.
doc/administration/job_artifacts.md
View file @
4df3d078
# Jobs artifacts administration
# Jobs artifacts administration
>**Notes:**
> **Notes:**
>- Introduced in GitLab 8.2 and GitLab Runner 0.7.0.
> - Introduced in GitLab 8.2 and GitLab Runner 0.7.0.
>- Starting with GitLab 8.4 and GitLab Runner 1.0, the artifacts archive format
> - Starting with GitLab 8.4 and GitLab Runner 1.0, the artifacts archive format changed to `ZIP`.
changed to
`ZIP`
.
> - Starting with GitLab 8.17, builds are renamed to jobs.
>- Starting with GitLab 8.17, builds are renamed to jobs.
> - This is the administration documentation. For the user guide see [pipelines/job_artifacts](../user/project/pipelines/job_artifacts.md).
>- This is the administration documentation. For the user guide see
[
pipelines/job_artifacts
](
../user/project/pipelines/job_artifacts.md
)
.
Artifacts is a list of files and directories which are attached to a job
Artifacts is a list of files and directories which are attached to a job
after it completes successfully. This feature is enabled by default in all
after it completes successfully. This feature is enabled by default in all
...
@@ -98,7 +96,7 @@ _The artifacts are stored by default in
...
@@ -98,7 +96,7 @@ _The artifacts are stored by default in
If you don't want to use the local disk where GitLab is installed to store the
If you don't want to use the local disk where GitLab is installed to store the
artifacts, you can use an object storage like AWS S3 instead.
artifacts, you can use an object storage like AWS S3 instead.
This configuration relies on valid AWS credentials to be configured already.
This configuration relies on valid AWS credentials to be configured already.
Use an
[
Object storage option
][
os
]
like AWS S3 to store job artifacts.
Use an
object storage option
like AWS S3 to store job artifacts.
### Object Storage Settings
### Object Storage Settings
...
@@ -315,4 +313,3 @@ memory and disk I/O.
...
@@ -315,4 +313,3 @@ memory and disk I/O.
[
reconfigure gitlab
]:
restart_gitlab.md#omnibus-gitlab-reconfigure
"How to reconfigure Omnibus GitLab"
[
reconfigure gitlab
]:
restart_gitlab.md#omnibus-gitlab-reconfigure
"How to reconfigure Omnibus GitLab"
[
restart gitlab
]:
restart_gitlab.md#installations-from-source
"How to restart GitLab"
[
restart gitlab
]:
restart_gitlab.md#installations-from-source
"How to restart GitLab"
[
gitlab workhorse
]:
https://gitlab.com/gitlab-org/gitlab-workhorse
"GitLab Workhorse repository"
[
gitlab workhorse
]:
https://gitlab.com/gitlab-org/gitlab-workhorse
"GitLab Workhorse repository"
[
os
]:
https://docs.gitlab.com/administration/job_artifacts.html#using-object-storage
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