Gitlab CICD codes

I would Like to have CICD codes in gitlab by this course : GitLab CI/CD: Architecting, Deploying, and Optimizing Pipelines.

Any one can help me to find codes for this course…

Thanks

Hi @navidehbaghaifar

Here is the link to the repository for all the code used in the GitLab course.

Hope this helps!

Thanks your quick response … Actually I found the code for these jobs but when I forked in my own gitlabs and wants to create a feature jobs to add mongo variable.My pipeline is not done and gives me errror.I could see a new branch which I create to my variables but I cannot see any logs relate to my new jobs…

I cannot see any pipeline in my list might be I have error in my jobs?

Hi @navidehbaghaifar

By looking at the YAML file, this could be because your conditionals are not enclosed inside parentheses.
Please refer to this doc for more details.

Regards.

Thanks your support ,would I have Kubeconfig file to set up K&s for Gitlab CICD project? instructor have Vulter kuberneties configuration.would you share the file that I can make variable defenition to my pipeline?