#cicd
Read more stories on Hashnode
Articles with this tag
What is CodeCommit? CodeCommit is a managed source control service provided by AWS. It allows developers to store, manage, and version their source...
Understanding Jenkins Master and Agents Jenkins Master The Jenkins master server acts as the brain of the Jenkins environment. It manages and...
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...