Found 3 Articles for GitLab

Gitlab pipeline creation along with its components and stages

Kiran Gaikwad
Updated on 10-Mar-2025 11:52:16

113 Views

Gitlab offers various features and one of them is pipeline. Gitlab pipeline is used to perform continuous integration, continuous deployment ,code quality checks, security checks, artifact storage etc. The .gitlab-ci.yml file plays a vital role in the gitlab pipeline. All the pipeline configuration is written in the .gitlab-ci.yml file.CI/CD pipeline can run automatically when events are triggered like pushing to a branch , merging to a branch etc. Pipeline Components Jobs and Stages together form the pipeline. YAML keywords are used to define the stages and jobs. Jobs: Jobs run specific commands to achieve a single goal. For example a ... Read More

How to Automate Documentation Workflows for Developers?

Priya Mishra
Updated on 08-Aug-2023 11:28:54

155 Views

Automating the process of documenting work tasks which is essential for developers in this fast-paced digital world. They are always finding ways to make their work more efficient and that saves their time also. Documentation is a crucial task of their job as it helps them to collaborate with the team, communicate information and ensure that projects run smoothly. However, manual documentation can be time-consuming and can lead to mistakes. Here comes automation into the picture. By automating the process of documentation, developers can improve accuracy, concentrate on their core strengths and save time. In this article, we will learn ... Read More

How to Install and Configure GitLab on CentOS 8/7?

Satish Kumar
Updated on 12-May-2023 14:52:02

3K+ Views

GitLab is an open-source platform that allows you to manage your source code repositories and collaborate with your team members. With GitLab, you can host your Git repositories, manage code reviews, automate CI/CD pipelines, and much more. In this article, we will guide you through process of installing and configuring GitLab on CentOS 8/7. Before we start with installation, there are a few prerequisites that you need to fulfill − Prerequisites A CentOS 8/7 server with a minimum of 4GB of RAM and 2 CPU cores. A domain name pointing to server's IP address. A valid SSL certificate for ... Read More

1
Advertisements