Build and Publish Artifacts to Package Registry using Gitlab Pipeline | Python Project CI/CD

preview_player
Показать описание
This video explains the simple and detailed explanation to build and publish code artifacts to Gitlab package registry. This pipeline is explained the CI/CD implementation of a simple python flask program. The same mechanism can be used for any complex projects and for other programming languages also. I have not included the stages for code lint checks to keep this pipeline simple.

There are more interesting videos in this channel. Please check the following links.

#gitlab #packageregistry #pipeline #cicd #devops #python #flask
Рекомендации по теме
Комментарии
Автор

Thanks for the video. I just want confirm if I understand it correctly, the shell script for each job will be executed in the docker container of the image that you mentioned for each job, right? Do you have any video that you will use the container registry instead?

John-hird
Автор

Hi,
many thanks for the video. it is well laid. Now that the packages registry is populated, how does it get used in another project ?
can you also provide an example for the same ?

vinodprabhu
Автор

We are not able clone the project repository shown in vedio

RakhiParashar-uyuf