#jenkins
Read more stories on Hashnode
Articles with this tag
Jenkins master-slave architecture Jenkins uses a Master-Slave architecture to manage distributed builds. In this architecture, Master and Slave...
Let's integrate Docker and your Jenkins declarative pipeline. Use your Docker Build and Run docker build - you can use sh 'docker build . -t...
What is Pipeline? In simple terms, a pipeline is a sequence of steps or stages that software goes through, from development to deployment. It...
Day 24 provided an end-to-end project experience. Task for Day 25 Document the entire process of Day 24 from cloning the repository to adding...
Architecture of Project Setup GitHub repository for source code and CI GitHub repository used -> node-todo Note : If you need detailed overview...
What is CI/CD? CI (Continuous Integration) is the practice of automating the integration of code changes from multiple developers into a single...