Sep 10, 2024 · 5 min read · What 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 ...
Join discussion
Jul 24, 2023 · 3 min read · TABLE 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...
Join discussion