From 54bf5c3feaba5a330c5c91a0a5ffb2650c7f4e74 Mon Sep 17 00:00:00 2001 From: Krishna Date: Fri, 8 Mar 2024 11:19:32 -0800 Subject: [PATCH] readme update with changelog' --- readme.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/readme.md b/readme.md index 0cfee9774..3c05326a9 100644 --- a/readme.md +++ b/readme.md @@ -8,6 +8,13 @@ Develop a DevOps pipeline to automate tasks such as code compile, unit testing, Note: This process with not deploy to the envionrmnet platform. +### Change log +- Original readme.md renamed as readme-orignial.md +- Add new files + - readme.md + - Dockerfile + - Jenkinsfile + ## DevOps steps ### Assumption 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.