Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 5

Stack Overflow

1. Products
1.
2.

Raza Ahmed

3.
4.
5.
6.
7.
Depend on named artifact in GitLab pipeline
Ask Question

Asked today

Modified today

Viewed 2 times

The first job in my GitLab pipeline builds multiple large artifacts of different types:

Applications that should be packaged as Docker images



NuGet packages

Database migrations

The job publishes multiple artifacts, at the moment one for each type. The size of all artifacts are in
the realm om hundreds of megabytes.

In the next stage, multiple jobs are run in parallel to process and publish the artifacts from the build
step. A significant amount of time is spent to download all artifacts from the build job, even though
each job only needs one artifact. How can I configure GitLab CI so that a job depends on a specific
artifact from a job?
 gitlab

 gitlab-ci
Share

Edit

Follow

asked 2 mins ago

pardahlman
1,3741010 silver badges2121 bronze badges

Add a comment

Report this ad

Know someone who can answer? Share a link to this question via email, Twitter,


or Facebook.
Your Answer



















 Links
 

 Images
 

 Styling/Headers
 

 Lists
 

 Blockquotes
 

 Code
 

 HTML
 

 Tables
 Advanced help
Post Your Answer
Browse other questions tagged 

 gitlab

 gitlab-ci
 or ask your own question.
 The Overflow Blog
 CEO update: Eliminating obstacles to productivity, efficiency, and learning
 Announcing more ways to learn and grow your skills
 Featured on Meta
 Accessibility Update: Colors
 2022: a year in moderation
 Collectives: The next iteration
 Temporary policy: ChatGPT is banned
 We’re bringing advertisements for technology courses to Stack Overflow
Related

256

How can I pass artifacts to another stage?

28

Gitlab: How to use artifacts in subsequent jobs after build

Gitlab CI SAST access to gl-sast-report.json artifact in subsequent stage

How to use output/artifact of one GitLab CI pipeline stage in subsequent stage?

Grab all artifacts from gitlab-ci dir and make them an artifact

Aggregate SonarQube Maven analysis for multiple jobs in GitLab CI pipeline

1
Artifact removed when entering next stage in pipeline

Artifacts are not pulled in a child pipeline

Gitlab: artifacts don't pass to child pipeline if job fails

Hot Network Questions


 Who had a happy look in "I saw Julie sitting beside her mother with a happy look on her face"?
 Can I trick an innocent third party into doing something that would be illegal if the third party had mens rea without either of
us being guilty?
 How can one deduce an approximation for the density function of prime numbers from this Euler's theorem?
 What is the word with a negative meaning that expresses a man who talks as if he knows everything?
 Could a submarine 'sail' the ocean currents?
more hot questions

 Question feed

STACK OVERFLOW
 Questions
 Help
PRODUCTS
 Teams
 Advertising
 Collectives
 Talent
COMPANY
 About
 Press
 Work Here
 Legal
 Privacy Policy
 Terms of Service
 Contact Us
 Cookie Settings
 Cookie Policy
STACK EXCHANGE NETWORK
 Technology
 Culture & recreation
 Life & arts
 Science
 Professional
 Business
 API
 Data
 Blog
 Facebook
 Twitter
 LinkedIn
 Instagram
Site design / logo © 2023 Stack Exchange Inc; user contributions licensed under CC BY-SA. rev 2023.1.31.43211
Your privacy

By clicking “Accept all cookies”, you agree Stack Exchange can store cookies on your device and disclose information in accordance
with our Cookie Policy.

You might also like