Skip to content

Tag «Gitlab»

CI/CD with Jenkins – Part 2: Install and Configure Gitlab

What is GitLab? GitLab is a system for managing Git repositories. It’s written in Ruby and allows you to deploy meaningful version control for your code easily. The core function is similar to GitHub and Bitbucket that provides remote access to the code repository. it provides two variant production Community Edition and Enterprise Edition. In this blog, we …