Process Flow - Docker image as artifact
Start Jenkins Job
Checkout Code
Build Docker Image
Tag Docker Image
Push Image to Registry
Use Image as Artifact in Next Steps
End
This flow shows how Jenkins builds a Docker image, tags it, pushes it to a registry, and uses it as an artifact for later steps.