From 2c0338e52274830a38b0c6d9e20ea9ed897ace21 Mon Sep 17 00:00:00 2001 From: Krishna Date: Fri, 8 Mar 2024 07:34:41 -0800 Subject: [PATCH] readme update with cipipeline.svg --- readme.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/readme.md b/readme.md index fd2b49635..4dbaece66 100644 --- a/readme.md +++ b/readme.md @@ -13,11 +13,7 @@ Note: This process with not deploy to the envionrmnet platform. My assumption is that the user has the necessary infrastucture in place, including Java v17+, Maven v3.8+, Docker v25+, and a Jenkins v2.445+ server, to implement an automated pipeline for the PetClinic application. ### Pipeline - - -
Jenkins Pipeline
START
END
Test
Container
Code
Clean
Clone
Compile
Unit Test
CheckStyle
Jacoco
Build
Tag
Publish
Clean
- - + The Jenkins pipeline script performs the following stages: #### Stage: Code