1
00:00:04,240 --> 00:00:10,420
We are ready to start building a pipeline for this project, and the first step is to start with the

2
00:00:10,690 --> 00:00:15,070
pipeline, obviously, because we first are trying to build something and after that we are trying to

3
00:00:15,070 --> 00:00:15,570
deploy it.

4
00:00:16,059 --> 00:00:24,220
If you remember, the pipeline typically has a few stages like build code, quality test and packaging

5
00:00:24,220 --> 00:00:27,460
the application for later use, especially for deployment.

6
00:00:28,210 --> 00:00:34,840
The purpose of this pipeline is to ensure that the artifact that we're building corresponds to our quality

7
00:00:34,840 --> 00:00:36,850
criteria and is reusable.

8
00:00:37,540 --> 00:00:44,050
So next, we're going to start building the site pipeline for this job application in GITTEL website.

