[AWS]/GITLAB
50장. 지속적 통합(CI) 파이프라인 개요
SAMSUNG & IT TIMES FOREVER
2022. 2. 21. 18:04
반응형
======================================
We are ready to start building a pipeline for this project, and the first step is to start with the
pipeline, obviously, because we first are trying to build something and after that we are trying to
deploy it.
If you remember, the pipeline typically has a few stages like build code, quality test and packaging
the application for later use, especially for deployment.
The purpose of this pipeline is to ensure that the artifact that we're building corresponds to our quality
criteria and is reusable.
So next, we're going to start building the site pipeline for this job application in GITTEL website.
반응형