[Bamboo Knowledge Base]
This page describes how to configure artifact sharing between jobs in a plan. Artifact sharing allows you to pass an artifact from one job to a job in a subsequent stage. That is, the artifact is copied to the subsequent job's agent. Note, you cannot pass artifacts between jobs in the same stage.
For example, you may want to run acceptance tests on a build, sharing the same WAR from one job to another without rebuilding it each time.
You can share artifacts between jobs in different stages using artifact dependencies. Each time the artifact is shared with a subsequent job, it is copied to the job's agent.
異なるステージにある 2 つのジョブ間でアーティファクトを共有する方法は次のとおりです。
Screenshot: Creating an artifact dependency