Tag
Credits: Nasiullha Chaudhari yt-link: https://bit.ly/3HtFhQv Initialization Step 1: Launch EC2 (Ubuntu 22.04): Provision an EC2 instance on…
prerequisite: AWS EC2 instance with docker and Jenkins installed in it. For creating an EC2 instance: · AMI: ubuntu. · Instance type: t2…
Jenkins CI/CD pipeline with GitHub webhook integration for Deploying Docker applications on EC2 instances prerequisite: AWS EC2 instance wi…
Jenkins Master (Server) Jenkins’s server or master node holds all key configurations. Jenkins master server is like a control server that or…
What’s the difference between continuous integration, continuous delivery, and continuous deployment? Continuous Integration refers to the …
Task 1 Create a docker-integrated pipeline with docker Docker builds: use sh 'docker build. -t <tag> ' to run the docker build command. D…
Task1 :Documenting the process from cloning the repository to adding webhooks, Deployment, etc. as a README, launch Amazon EC2 instance, an…
Jenkins Jenkins is a tool used for automation, and it is an open-source server that allows all the developers to build, test and deploy soft…
What is Jenkins? Jenkins is an open-source continuous integration-continuous delivery and deployment (CI/CD) automation DevOps tool written…