
Automating CI/CD for Java Spring Boot Applications: An End-to
Nov 4, 2024 · This blog describes how I automated the deployment of a Java Spring Boot application using Jenkins, SonarQube, Docker, Kubernetes, and Argo CD. We’ll dive into the detailed steps, including...
Java Application Deployment In Kubernetes With Jenkins
Mar 20, 2024 · This Jenkins pipeline script automates the deployment of a Java application to a Kubernetes cluster. It comprises three stages: Build compiles the Java code, Dockerize builds a Docker image, and Deploy to Minikube applies the Kubernetes deployment using a specified service account token and server URL with TLS verification skipped.
End-to-End CI/CD Pipeline for Java Full Stack Applications
Mar 24, 2025 · You’ll learn how to write a Jenkinsfile for a declarative pipeline, use multibranch pipelines for better Git integration, and implement environment-specific configurations using .env files or...
How To Deploy Tomcat+Java+MySQL Image Using Ansible And Jenkins …
The image consists of Tomcat, Java, MySQL which will be running on an Alibaba Elastic Compute Instance (ECS). Here, Infrastructure as Code (IaC) tool, “Ansible” and an open-source Continuous Integration and Continuous Delivery (CICD) tool, “Jenkins” are being used for provisioning.
Building an End-to-End DevOps CI/CD Pipeline for Java ... - Medium
Sep 3, 2023 · Creating a CI/CD pipeline for a Java application to deploy on a Kubernetes cluster using Jenkins is a complex and multi-step process. In this blog post, we’ll walk through each step in detail,...
A Java and MySQL application deployment with Jenkins, AWS ... - GitHub
Initially, configure a Kubernetes cluster with 1 master node, 1 worker node and a Jenkins server with Docker and Kubectl setup by Ansible playbook. Then automate build and publish of a Java application with MySQL database in Kubernetes cluster using CI/CD pipeline.
Docker plugin: How to create build image still providing JDK8 ... - Jenkins
Sep 23, 2022 · I am looking for a way to migrate our Docker image used with Jenkins Docker plugin (GitHub - jenkinsci/docker-plugin: Jenkins Cloud Plugin that uses Docker) for providing JDK1.8 build support after the upgrade to the Jenkins 2.361.1 LTS version - which does not support Java8 for agents anymore.
imsalmanmalik/Jenkins-Maven-Sonar-ArgoCD-K8s - GitHub
End-to-end CI/CD pipeline for a Java application using Jenkins, SonarQube, Argo CD, and Kubernetes. Automates the entire process from code checkout, build, test, code quality analysis, to deployment in different environments
Using Jenkins CI to build docker images, building the pipeline
Nov 28, 2019 · This post covers how jenkins can be used to build docker images. The post assumes we have a working project with Dockerfile sitting on git. Here are the main components of this tutorial: Docker running on host machine (i have docker v19.03.5 running on my Macbook) Installing Jenkins image and running Jenkins CI on docker container
Building a Jenkins CI Pipeline for JAVA application.
Sep 22, 2024 · Building a Jenkins CI Pipeline for JAVA application. Today, I am going to create a CI pipeline for my Java project (Link). This pipeline will take a latest code from my GitHub repository and...
- Some results have been removed