Commit 2837e233 authored by Evan Read's avatar Evan Read

Merge branch 'lkorbasiewicz-master-patch-59536' into 'master'

Update job_artifacts docs

See merge request gitlab-org/gitlab!81301
parents 1a7d4e2c ba556bcd
......@@ -435,7 +435,7 @@ list = arts.order(size: :desc).limit(50).each do |art|
end
```
To change the number of projects listed, change the number in `limit(50)`.
To change the number of job artifacts listed, change the number in `limit(50)`.
#### Delete job artifacts from jobs completed before a specific date
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment