DevOps & Cloud

Artifact

/ˈɑːtɪfækt/

Definition

A built output from the CI pipeline — a Docker image, JAR file, or npm package — stored in a registry for deployment.

Example in context

"The pipeline builds a Docker image as the artifact and pushes it to ECR — deployment just pulls that tag."

Related terms

Practice this term

Master Artifact in context by working through exercises in the DevOps & Cloud module. You'll see the term used in real engineering scenarios with multiple-choice, fill-in-the-blank, and matching drills.

Frequently Asked Questions

What does "Artifact" mean?

A built output from the CI pipeline — a Docker image, JAR file, or npm package — stored in a registry for deployment.

How do you pronounce "Artifact"?

"Artifact" is pronounced /ˈɑːtɪfækt/.

Can you use "Artifact" in a sentence?

"The pipeline builds a Docker image as the artifact and pushes it to ECR — deployment just pulls that tag."