
Master-Slave in Jenkins
Beginner’s Guide to Jenkins Master-Slave Configuration
Search for a command to run...

Beginner’s Guide to Jenkins Master-Slave Configuration

step by step execution process for CI/CD: Code (Developer writes the code on their local system) => GitHub (once the code is ready, they push it to the central repository) => CI/CD(with that code, nee

Cron: Cron is a syntax which is used to schedule a particular task, which means it will perfom all activities in that job. Cron Syntax: It has 5 starts * * * * * 1st star represents - no. of minutes 2

How to integrate Git with Jenkins, webhooks

Linux basic terminology: all you need to get started

Learn CI/CD from scratch

Understand Git branches from scratch with clear examples. Create, switch, and merge branches without breaking your code.

Understand how Git tracks files and commits using logs and history commands and Learn to fix mistakes, amend commits, and manage changes.

A Comprehensive Guide to Git Commands