Command Palette

Search for a command to run...

Hectal
Phase 5Intermediate6 of 9 in CI/CD

Artifact Management

The build produces something real — a JAR, a container image — and an artifact repository is where it lives, gets versioned, and moves toward production deliberately.

Every pipeline in this course so far has ended with 'and then it's built.' This phase covers what actually happens to that built thing: where it's stored so it can be reliably retrieved later, how container images specifically get pushed and pulled, and the deliberate process of promoting one specific, already-tested artifact through environments rather than rebuilding it at each stage.

0/4 · 0%
4 topics ~55 min 8 code blocks & diagrams
Start with the first topic