Let's say a group of developers make an application so it must be available to the end user after the application is ready.
So, the App needs to be deployed on a production server.
Then the question is how do you deploy your application meaning how do you move your application code and its depend dependencies to the server so it’ll be available to the end users.
Package application into a single movable file
and this single movable file is called an artifact.
packaging = “building the code”
Building the code involves:
Artifact repository:
That storage is where we keep the artifact once we build it is called the artifact repository, an example is Nexus, JFrog Artifactory