#devops
Read more stories on Hashnode
Articles with this tag
Day 26 · In Jenkins, We can build all our applications on a single server. As the requirement grows and changes, we will come cross many issues like what...
[Day25] · 1. What is Jenkins Pipeline? Jenkins Pipeline is a combination of plugins that supports the integration and implementation of continuous...
[Day 24] · ✔️Build Triggers What is a trigger? A trigger lets us execute a job on an event occurrence. This event is called a trigger. To see the list of...
Day 22 #90daysofDevops · 1. What is CI/CD? Continuous Integration and Continuous Delivery (CI/CD) is a software development approach that aims to improve...
Day19 #90daysofdevops challenge · 1. Docker Volumes Docker volumes are file systems mounted on Docker containers to preserve data generated by the...
#Day18 #90daysofdevops challenge · Back to the other blog of the docker journey in the last blog, you came to know about how we create Dockerfile and by...