DevOps / Bamboo: Continuous Integration & Deployment Interview Questions
What is the difference between shared and job artifacts?
Both start the same way — a job declares which files it produces — but the scope of where those files travel differs.
| Job (unshared) Artifact | Shared Artifact |
| Available only within that job, or downloadable from the build results page. | Automatically copied and made available to jobs in later stages. |
| Good for outputs only humans need to inspect, e.g. a coverage report. | Good for outputs later stages depend on, e.g. a compiled binary needed for packaging or deployment. |
| No extra storage/transfer overhead across stages. | Adds transfer time to later stages, since files are copied to each agent that needs them. |
The practical rule: mark an artifact shared only if a later stage genuinely consumes it, since every shared artifact adds storage and transfer cost to the plan.
Invest now in Acorns!!! 🚀
Join Acorns and get your $5 bonus!
Acorns is a micro-investing app that automatically invests your "spare change" from daily purchases into diversified, expert-built portfolios of ETFs. It is designed for beginners, allowing you to start investing with as little as $5. The service automates saving and investing. Disclosure: I may receive a referral bonus.
Invest now!!! Get Free equity stock (US, UK only)!
Use Robinhood app to invest in stocks. It is safe and secure. Use the Referral link to claim your free stock when you sign up!.
The Robinhood app makes it easy to trade stocks, crypto and more.
Webull! Receive free stock by signing up using the link: Webull signup.
More Related questions...
