#jenkins
Read more stories on Hashnode
Articles with this tag
Below are some basic Jenkins interview questions along with the answers. 1. What is Jenkins? Jenkins is a Java-based open-source automation platform...
The Jenkins architecture is designed for distributed build environments. It allows us to use different environments for each build project balancing...
DOCKER AND JENKINS INTEGRATION Let's integrate Docker and Jenkins. DOCKER HUB Docker Hub is a container registry built for developers and open source...
What is a Jenkins Pipeline? A pipeline is a collection of steps or jobs which are interlinked with one another in a sequence. Jenkins Pipeline is a...
So, In this blog we will see all the steps and process we have done till Day 24.Here is the link for all the previous blogs, please have a look:...
GitHub Integration with Jenkins So, for integrating GitHub with Jenkins, you should know about "Webhooks". What are Webhooks? A webhook is an HTTP...