Vibhuti Jainvibhutijain.hashnode.dev·Sep 10, 2024Day 23 Task: Jenkins Freestyle Project for DevOps EngineersWhat is CI/CD? CI (Continuous Integration) is the practice of automating the integration of code changes from multiple developers into a single codebase. It involves developers frequently committing their work into a central code repository (such as ...#freestyle-jenkins-project
Biswaraj Sahoobiswaraj333.hashnode.dev·Jul 24, 2023DevOps(Day-28) : Setup a Jenkins Agent in MasterTABLE OF CONTENTS Jenkins Master Jenkins Slave(Agent) Pre-Requisites Task-1: Create an agent by setting up a node on Jenkins Task-2: Configure a new Agent to a pipeline Let's first understand what is Jenkins Agent and Jenkins Master. Jenkins M...2 likesJenkins