#jenkins
Read more stories on Hashnode
Articles with this tag
Jenkins Master The Jenkins master server is the core component that manages configurations, scheduling jobs, and monitoring tasks. It acts as a...
TASK-01: Document the process from cloning the repository to adding webhooks, and Deployment, etc. as a README, go through this example A...
Task-01: Setting Up Jenkins with GitHub for CI/CD using GiHub webhooks Step 1: Created 2 EC2 instances, Master and Agent. Step 2: Connected both...
What is CI/CD? CI/CD stands for Continuous Integration and Continuous Delivery (or Deployment). Continuous Integration is the practice of frequently...
Introduction Welcome to my Jenkins blog series! Here, we'll dive into a tool that DevOps Engineers love for automating tasks. In this...