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