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
ca45c3be
Commit
ca45c3be
authored
Mar 25, 2021
by
Katrin Leinweber
Committed by
Marcel Amirault
Mar 25, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Docs: Advise about incompatible artifact upload settings
parent
6916f5d8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
0 deletions
+18
-0
doc/administration/job_artifacts.md
doc/administration/job_artifacts.md
+18
-0
No files found.
doc/administration/job_artifacts.md
View file @
ca45c3be
...
...
@@ -583,3 +583,21 @@ If you need to manually remove **all** job artifacts associated with multiple jo
-
`7.days.ago`
-
`3.months.ago`
-
`1.year.ago`
### Error `Downloading artifacts from coordinator... not found`
When a job tries to download artifacts from an earlier job, you might receive an error similar to:
```
plaintext
Downloading artifacts from coordinator... not found id=12345678 responseStatus=404 Not Found
```
This might be caused by a
`gitlab.rb`
file with the following configuration:
```
ruby
gitlab_rails
[
'artifacts_object_store_background_upload'
]
=
false
gitlab_rails
[
'artifacts_object_store_direct_upload'
]
=
true
```
To prevent this, comment out or remove those lines, or switch to their
[
default values
](
https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/files/gitlab-config-template/gitlab.rb.template
)
,
then run
`sudo gitlab-ctl reconfigure`
.
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