Articles in this series
Day 22 of 90daysofdevops · What is Jenkins? Jenkins is a Java-based open-source automation server that helps facilitate the continuous integration and...
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...
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 26 of 90daysofdevops · What is Pipeline In Jenkins, a pipeline is a set of instructions that define the entire software development process from...
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 28 of 90daysofdevops · Jenkins Master (Server) Jenkins Master (Server) is the primary node that manages and distributes the software development...