#jenkins
Read more stories on Hashnode
Articles with this tag
Introduction to Jenkins: Jenkins is an open-source automation server widely used for continuous integration and continuous delivery (CI/CD) pipelines....
1- Setting up Master and Agent (Worker) Server: Pre-requisite: Do Install - Java, Jenkins, Docker, and Docker-compose in the Master server and Install...
Step-1: We have to install = Java, Jenkins, and Docker on our Server. And set up all the configurations. For an installation guide follow this blog -...
1- What is Pipeline? Jenkins Pipeline is a plugin for Jenkins that allows you to define and manage continuous delivery pipelines using code. With...
Create a connection to your Jenkins job and your GitHub Repository via GitHub Integration: 1- Install Java and Jenkins in your server and set up the...
1- What is CI/CD? CI/CD stands for Continuous Integration/Continuous Delivery (or Continuous Deployment). In simple language, it's a set of practices...