Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

Uploading artifacts too large archive – Gitlab pipeline

FATAL: too large  gitlab pipeline 😎

I upgraded some node versions in my GitLab CI pipeline. After upgrading the versions, I ran the pipeline and received an error that said ERROR: Uploading Artifacts as “archive” to coordinator… too large archive 🔻

node_modules/: found 57656 matching files and directories 
ERROR: Uploading artifacts as "archive" to coordinator... too large archive  id=31845 responseStatus=413 Payload Too Large status=413 token=YGCc9B7z
FATAL: too large                                   
Cleaning up file based variables
00:00
ERROR: Job failed: command terminated with exit code 1

I spent some time debugging this error and eventually fixed it. The problem was with the maximum artifact size limit. The Maximum Artifacts limit in my Gitlab was set to 100MB, which is the default artifact upload size limit. Here are the steps to correct this error.

To change this settings, Go Into your Gitlab, Go to Admin settings > Continuous Integration and Deployment > Maximum artifacts size (MB) and increase the value of the artifact size.

Note : That option is only available for self-managed GitLab instances, not GitLab.com. The default value for Gitlab.com SaaS is 1 GB.

You can set this limit to a different level :

1. Instance level

Go to Admin Area > Settings > CI/CD and change the value of maximum artifacts size.

2. Project level

Go to Project's Settings > CI/CD >  General Pipelines and change the value of maximum artifacts size.

3. Group level

Go to the Group's Settings > CI/CD >  General Pipelines and change the value of maximum artifacts size.

And click on the save changes and re-run the pipeline.  😍😍😍

You may like this :  How to setup Nginx ingress using helm

No design skills? No problem. Checkout how it’s work! 🌈 😍 🔥 🎨

Checkout Purple Photo to  create beautiful posts with zero designing skills.

The post Uploading artifacts too large archive – Gitlab pipeline first appeared on Linux Guru.



This post first appeared on Linux Guru, please read the originial post: here

Share the post

Uploading artifacts too large archive – Gitlab pipeline

×

Subscribe to Linux Guru

Get updates delivered right to your inbox!

Thank you for your subscription

×