#tws
Read more stories on Hashnode
Articles with this tag
What is a Dockerfile? A Dockerfile is a text file containing a series of commands and instructions used to build a Docker image. It serves as a...
What is Docker? Docker is a powerful software platform that enables developers to package applications into standardized units called containers. A...
What Are Self-Hosted Runners? A self-hosted runner is a server that you manage and configure to execute GitHub Actions workflows. Unlike GitHub-hosted...
Why Multi-Stage and Multi-Agent Pipelines? Multi-stage pipelines allow you to break down the CI/CD process into logical stages like building, testing,...
Today, I dived deep into Continuous Integration and Continuous Deployment (CI/CD) and Jenkins Declarative Pipelines using a Docker agent. To make...
Task 1 : Setting Up Jenkins with an Agent Node Create a new AWS EC2 Instance and connect it to the master (where Jenkins is installed) 💻 Created...