How to execute sonarqube scanner using jenkins pipeline?

SonarScanner: Command line SonarScanner for Gradle: SonarScanner for Maven: SonarScanner for .NET: The tool name “SonarQube Scanner 2.8” needs to match the “Name” field of a SonarQube…

Read More

Jenkins Pipeline: Code coveragenusing JaCoCo

Rajesh KumarI’m Rajesh Kumar, a DevOps, SRE, DevSecOps, Cloud, and Platform Engineering expert passionate about sharing practical knowledge, real-world experiences, and industry best practices. I have worked…

Read More

dotcover: dotcover print coverage results using cmd line

Rajesh KumarI’m Rajesh Kumar, a DevOps, SRE, DevSecOps, Cloud, and Platform Engineering expert passionate about sharing practical knowledge, real-world experiences, and industry best practices. I have worked…

Read More

dotCover: Powershell Script code coverage report with dotCover

Script generating a code coverage report with dotCover and later converting it with Report Generator so that Azure DevOps task Publish Code Coverage Results can use it….

Read More

How to login linux server using ssh?

Step 1 – We need to use ssh client to be installed in a laptop. Step 2 – SSH login method Step 3 – SSH login using…

Read More

Terraform Tutorials: Set data type and example

set(…): a collection of unique values that do not have any secondary identifiers or ordering. Set collections are unordered and cannot contain duplicate values, so the ordering…

Read More

Optum Lab 1 – Deployment

TIME – 11 PM – 12 PM IST Rajesh KumarI’m Rajesh Kumar, a DevOps, SRE, DevSecOps, Cloud, and Platform Engineering expert passionate about sharing practical knowledge, real-world…

Read More

Optum Lab 2 – Services – LoadBalancer

TIME – 12 PM IST – 1:30 PM IST Step 1 – Watch this video Step 2 – Lets do a LAB Rajesh KumarI’m Rajesh Kumar, a…

Read More

Certification FAQ

How to request for certificates? Please drop an email to contact@DevOpsSchool.com from your gmail id which you used for registratration. We would verify and send you an…

Read More

Linux Tutorials: sed commands line reference & example

Rajesh KumarI’m Rajesh Kumar, a DevOps, SRE, DevSecOps, Cloud, and Platform Engineering expert passionate about sharing practical knowledge, real-world experiences, and industry best practices. I have worked…

Read More

DevOps Assignment

Certification Program Please create a POST on https://www.debug.school/ for following Questions… 1. What is DevOps in simple terms? 2. What exactly do DevOps do? 3. What are…

Read More

What is DevOps? It’s Importance & DevOps as a Career?

DevOps has been taken from the two words that is Development and Operations. DevOps is not a tool, not a software and not at all a programming…

Read More

What is DevOps? Salary and Future Growth of DevOps Engineer?

What is DevOps? DevOps is a set of practices that automates and collaborate between (Dev) Development and (Ops) operations teams, which aims to reduce the system development…

Read More

What is DevOps? Why Should learn DevOps?

What is DevOps? DevOps is not a tool nor a technique. It’s really more of a cultural Change is feared throughout most organizations of any type, so…

Read More

What is DevOps? A detailed explanations!

What is DevOps defined by AWS DevOps is the combination of cultural philosophies, practices, and tools that increases an organization’s ability to deliver applications and services at…

Read More

Appdynamics Useful Web Resources

Example scripts to install and configure the Enterprise Console, Platform, Controller and Events Service https://github.com/Appdynamics/Install_Configure The AppDynamics Ansible Collection installs and configures AppDynamics agents. All supported agents…

Read More

AppDynamics Tutorial: Install App Agent dotNetAgentSetup on Windows/Linux

Rajesh KumarI’m Rajesh Kumar, a DevOps, SRE, DevSecOps, Cloud, and Platform Engineering expert passionate about sharing practical knowledge, real-world experiences, and industry best practices. I have worked…

Read More

6 Simple Tactics To Mitigate Risks That Every Business Faces

All businesses, no matter how small, are vulnerable to some risk, making strategic risk management an absolute need. The day-to-day operations of a company face both internal…

Read More

Newrelic Video Tutorial Demo

Rajesh KumarI’m Rajesh Kumar, a DevOps, SRE, DevSecOps, Cloud, and Platform Engineering expert passionate about sharing practical knowledge, real-world experiences, and industry best practices. I have worked…

Read More

Google Suggest API Paython Code Example

Rajesh KumarI’m Rajesh Kumar, a DevOps, SRE, DevSecOps, Cloud, and Platform Engineering expert passionate about sharing practical knowledge, real-world experiences, and industry best practices. I have worked…

Read More

How to download package from Nexus using curl?

Rajesh KumarI’m Rajesh Kumar, a DevOps, SRE, DevSecOps, Cloud, and Platform Engineering expert passionate about sharing practical knowledge, real-world experiences, and industry best practices. I have worked…

Read More

Hashicorp Packer Tutorial: Creating Vagrant Box

Rajesh KumarI’m Rajesh Kumar, a DevOps, SRE, DevSecOps, Cloud, and Platform Engineering expert passionate about sharing practical knowledge, real-world experiences, and industry best practices. I have worked…

Read More

Hashicorp Packer Tutorial: Creating Azure Vm Image

Create Azure resource group Build Packer image Rajesh KumarI’m Rajesh Kumar, a DevOps, SRE, DevSecOps, Cloud, and Platform Engineering expert passionate about sharing practical knowledge, real-world experiences,…

Read More

Powershell Tutorials: Command Line reference

Add-AppPackage 2.0.1.0 Appx   Add-AppPackageVolume 2.0.1.0 Appx   Add-AppProvisionedPackage 3 Dism   Add-ProvisionedAppPackage 3 Dism   Add-ProvisionedAppSharedPackageContainer 3 Dism   Add-ProvisionedAppxPackage 3 Dism   Add-ProvisioningPackage 3 Provisioning…

Read More

Jenkins Tutorials: Jenkins Environment Variables in PowerShell

The following variables are available to PowerShell scripts $ENV:BUILD_NUMBERThe current build number, such as “153” $ENV:BUILD_IDThe current build id, such as “2005-08-22_23-59-59” (YYYY-MM-DD_hh-mm-ss) $ENV:JOB_NAMEName of the project…

Read More

Hashicorp Vault Lab Manual: Step by Step

Hashicorp Vault: Install and Remove Vault Hashicorp Vault: Windows – Lab Manual – 1 Hashicorp Vault: Linux – Lab Manual – 1 Hashicorp Vault: Windows – Lab…

Read More

Vault Tutorial Fundamental: Day 1

Session – 1 Session – 2 Session – 3 Session – 4 Session – 5 Session – 6 Rajesh KumarI’m Rajesh Kumar, a DevOps, SRE, DevSecOps, Cloud,…

Read More

How to submit Review for websites?

A review is an evaluation of a publication, product, service, or company or a critical take on current affairs in literature, politics or culture. In addition to…

Read More

Gitlab Tutorials: CI for automation and .Net Framework Sonarqube Codecoverage

Rajesh KumarI’m Rajesh Kumar, a DevOps, SRE, DevSecOps, Cloud, and Platform Engineering expert passionate about sharing practical knowledge, real-world experiences, and industry best practices. I have worked…

Read More

10 commands in .Net Core

dotnet new dotnet build dotnet build-server dotnet run dotnet test dotnet publish dotnet pack dotnet sln dotnet add How to run a single xunit C# test using…

Read More