DevOps

crab spider, variable, spider-4390424.jpg

Managing Environment Variables like a boss

Before starting with this blog, I guess you already know what environment variables mean. Or for better understanding let me quote what Wikipedia says about it. Overview An environment variable is a dynamic-named value that can affect the way running processes will behave on a computer. They are part of the environment in which a process runs. For example, a running process …

Managing Environment Variables like a boss Read More »

Sonarqube configuration with Jenkins for Python

Step by Step Configuration of Sonarqube with Jenkins for Python

Sonarqube is an automated static code analysis tool configured with Jenkins, it will report bugs, vulnerabilities, and tech debt of the project. Sonarqube with Jenkins can be extensively used to raise the bugs that would be missed by some manual efforts. Secondly, Linting and code coverage are also handled by Sonarqube, so we don’t have …

Step by Step Configuration of Sonarqube with Jenkins for Python Read More »