Now that we covered the basics of defining a CI/CD pipeline in GitLab, including how to control the running of jobs to handle a variety of use cases, we haven’t talked yet about how to store the products that we are creating with those pipelines. In this chapter, we’ll look at how to create artifacts that are the ultimate products to be deployed. In addition, we’ll look at how to cache intermediate objects that are generated while creating the products to be delivered.
Creating and Preserving Artifacts
All of ...