Tag: cicd
GitLab: A Comprehensive guide to distributed version control and collaboration
user September 22, 2023 0 Comments on GitLab: A Comprehensive guide to distributed version control and collaboration
In the realm of software development, it is imperative to facilitate a systematic approach to tracking changes, managing code, and…
CICD : The benefits of automating build, test, and deployment processes
user September 14, 2023 0 Comments on CICD : The benefits of automating build, test, and deployment processes
In the software development world, the ability to automatically build, test, and deploy code has revolutionized the way teams deliver…
Comparing Git branch differences while ignoring specific directories
user September 14, 2023 0 Comments on Comparing Git branch differences while ignoring specific directories
In this article, we’ll guide you through the process of comparing differences between two Git branches, and we’ll also show…
How to add instance variable available to all projects and groups in a GitLab instance and to use in .gitlab-ci.yml for pipeline execution
user November 24, 2022 0 Comments on How to add instance variable available to all projects and groups in a GitLab instance and to use in .gitlab-ci.yml for pipeline execution
During building of git pipeline you may need to add some values which you dont want to expose in the…