© 2023 Hashnode
#jenkins
What is CI/CD? CI/CD stands for Continuous Integration and Continuous Deployment (or Continuous Delivery). It is a set of practices and techniques used in software development to automate and streamli…
Introduction Jenkins is an open-source automation tool used for continuous integration, continuous delivery, and continuous deployment in software development. It simplifies collaboration by automatin…
What is Jenkins? Jenkins is an open-source automation server that simplifies the software development process. Here's a simple explanation with key points: Automation: Jenkins automates repetitive ta…
Hello Everyone, I can explain the process of setting up a CI/CD pipeline using GitOps with ArgoCD, Jenkins, Kubernetes, and a Spring Boot web application project. Here are the steps involved: Prerequ…
This is a straightforward project to deploy an AWS ec2 instance with a Jenkins server setup all in a single terraform code and have our Jenkin's server IP and Jenkin's initial password output for us i…
Reverse Proxy A reverse proxy is a server that sits between clients and servers. It receives requests from clients and forwards them to the appropriate server. This can be used to improve performance,…
What’s the difference between continuous integration, continuous delivery, and continuous deployment? Developers practicing continuous integration merge their changes back to the main branch as often…
What it's about? In this tutorial, we will deploy a Java-based application on a web server. The source code will be automatically retrieved from the GitHub repository and then proceed through the buil…
Clone the Project on your Local Git git clone https://github.com/LondheShubham153/node-todo-cicd Create a New Repository node-todo-cicd on your GitHub account Create Personal access tokens (classic) Let's change the URL of the re…
▶What is Jenkins? Jenkins is an open-source Continuous Integration/Continuous Delivery and Deployment (CI/CD) automation software DevOps tool written in the Java programming language. It is used t…