#jenkins
Read more stories on Hashnode
Articles with this tag
What’s the difference between continuous integration, continuous delivery, and continuous deployment? Continuous Integration: Involves regularly...
Jenkins Master Server Jenkins Master Server is the central control point of a Jenkins Continuous Integration/Continuous Deployment (CI/CD) system. It...
Use Docker Build and Run docker build - you can use sh docker build . -t <tag> in your pipeline stage block to run the docker build command. (Make...
✔️What is Pipeline A pipeline in DevOps refers to a series of automated processes that integrate code changes, build applications, and deploy them to...
✔️What is GitHub webhook? Think of a Git webhook as a 📩 helpful messenger that automatically alerts and triggers actions whenever changes happen in a...
✔️What is CI/CD? Continuous Integration (CI): It's a practice where developers regularly merge their code changes into a shared repository. With each...