AKAishwarya keshriinaishwaryakeshri.hashnode.dev路Aug 11, 2023 路 2 min readDay26 of #90DaysOfDevOps ChallengeJenkins Pipeline is a suite of plugins that supports implementing and integrating continuous delivery pipelines into Jenkins. This process involves building the software in a reliable and repeatable manner, as well as progressing the built software (...00
AKAishwarya keshriinaishwaryakeshri.hashnode.dev路Jun 27, 2023 路 3 min readDay24 of #90DaysOfDevOps Challenge鉂勶笍Project: Containerise and deploy a node.js application using Jenkins Job. 馃敼Step 1 Fork the repo - https://github.com/Aishwarya-Portfolio/node-todo-cicd 馃敼Step 2 Create a connection to your Jenkins job and your GitHub Repository via GitHub Integrat...00
AKAishwarya keshriinaishwaryakeshri.hashnode.dev路Jun 24, 2023 路 3 min readDay23 of #90DaysOfDevOps Challenge鉂勶笍CI/CD Continuous integration and continuous delivery help in automating the software development lifecycle stages, doing bug fixes and hotfixes, faster release cycles, and isolating different environments like development, testing, staging, and pro...00
AKAishwarya keshriinaishwaryakeshri.hashnode.dev路Jun 23, 2023 路 2 min readDay22 of #90DaysOfDevOps ChallengeJenkins Jenkins is an open-source tool that helps create pipelines and automate the software development lifecycle stages. It is a CI-CD tool that has hundreds of plugins and allows integration with the continuous integration and continuous deliver...00
AKAishwarya keshriinaishwaryakeshri.hashnode.dev路Jun 21, 2023 路 14 min readDay21 of #90DaysOfDevOps ChallengeImportant interview questions and Answers for Docker: 1. What is the difference between an Image, Container and Engine? Image - An image is a template to create a container, just like a machine image to create a VM. It is an executable package that h...00