#jenkins
Read more stories on Hashnode
Articles with this tag
Day 29 of 90daysofdevops · 1️⃣ What’s the difference between continuous integration, continuous delivery, and continuous deployment? Continuous...
Day 28 of 90daysofdevops · Jenkins Master (Server) Jenkins Master (Server) is the primary node that manages and distributes the software development...
Day 27 of 90daysofdevops · Use your Docker Build and Run docker build - you can use sh 'docker build . -t <tag>' in your pipeline stage block to run the...
Day 26 of 90daysofdevops · What is Pipeline In Jenkins, a pipeline is a set of instructions that define the entire software development process from...
Day 24,25 of 90days0fdevops · What is GitHub webhook A GitHub webhook is a mechanism that allows users to configure a server to be notified of specific...
Day 23 of 90daysofdevops · What is CI/CD? CI/CD stands for Continuous Integration/Continuous Deployment, which is a set of practices used in software...