Test Environment Fedora 36 server Why we need Version Controlling We need Version Controlling, in order to keep track of changes to files or a set of files with minimal…
What is Version Controlling

Test Environment Fedora 36 server Why we need Version Controlling We need Version Controlling, in order to keep track of changes to files or a set of files with minimal…
Here in this article we will see some of the basic configuration changes that we can carry out in the gitlab instance using the gitlab.rb configuration file. We will see…
Here in this article we will how we can secure our Gitlab server by configuring it to communicate on Secure HTTPS channel. We will be generating self signed certificate and…
Test Environment Ubuntu 20.04 (gitserver.stack.com)Ubuntu 20.04 (gitrunner.stack.com) Here in this article we will how we can install and register a gitlab runner with the gitlab server. We are going to…
Here in this article we will see how we can backup the gitlab configuration data. This backup can later be utilized to restore the gitlab configuration data in case of…
Here in this article we will see how we can install the Omnibus gitlab package on Ubuntu OS. Installing gitlab server using the Omnibus gitlab package is the recommended method…
Here in this article we will see how we will setup a jenkins controller server and a jenkins agent node. Once the servers are ready we will connect a jenkins…
Here in this article we will see how we can install jenkins using linux package repository and configure it with SSL certificate for secure HTTPS communication. Test Enviornment Fedora 35…
Here in this article we will try to extract the plugin version and also the required jenkins version for that plugin to operate in a compatible mode from the jenkins…
Here in this article we will how we can setup a sonarqube server and scan a python based project using sonarqube scanner. Once the code review is completed we will…