#pipeline
Read more stories on Hashnode
Articles with this tag
What is AWS CodeDeploy? AWS CodeDeploy is a deployment service that automates application deployments to various compute services such as Amazon EC2...
What is CodeCommit? CodeCommit is a managed source control service provided by AWS. It allows developers to store, manage, and version their source...
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...