Articles in this series
What is Jenkins⁉️ Jenkins is a Java-based open source continuous integration-continuous delivery and deployment (CI/CD) automation software DevOps...
What is CI/CD⁉️ The practise of automating the integration of code changes from multiple developers into a single codebase is known as Continuous...
🔁CI/CD Building and Checking (Continuous Integration): Imagine you're all working on a big puzzle together. Whenever someone adds a new puzzle...
📜 Some basic terms for understanding What is a Pipeline ⁉️ A pipeline is a collection of steps or jobs interlinked in a sequence. Example: Imagine...
Welcome to the new blog Here we'll make a complete project using Jenkins declarative pipeline Kindly go through previous blog to understand about...
👤Jenkins Master (Server) Jenkins’s server or master node holds all key configurations. The Jenkins master server is like a control server that...