#jenkins
Read more stories on Hashnode
Articles with this tag
If you're new to web development or cloud services, hosting a static website using AWS S3 can seem a bit daunting. However, with the right guidance,...
Introduction In this article, I'll walk you through the process of automating the deployment of a web application using Jenkins. Jenkins is a powerful...
Understanding Jenkins Master and Agents Jenkins Master The Jenkins master server acts as the brain of the Jenkins environment. It manages and...
Task-01 : Create a Docker-Integrated Jenkins Declarative Pipeline In this task, we will create a Jenkins declarative pipeline that integrates Docker....
Introduction In the realm of DevOps and Continuous Integration/Continuous Deployment (CI/CD), Jenkins plays a pivotal role. One of the most essential...
🛠️ Step 1: Fork a Node.js Repository Choose a Node.js repository – Select a sample Node.js project. Look for a basic app or a CRUD application that...