From 9127625b3c2c932ba26d44c00078f93a80b2e29a Mon Sep 17 00:00:00 2001 From: Krishna <1148983+krishnamanchikalapudi@users.noreply.github.com> Date: Mon, 11 Mar 2024 14:55:13 -0700 Subject: [PATCH] Update readme.md Readme update with Youtube video walkthrough --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index 83ab229fa..d8bb6db5f 100644 --- a/readme.md +++ b/readme.md @@ -16,6 +16,8 @@ Note: This process with not deploy to the envionrmnet platform. - Jenkinsfile ## DevOps steps +### Video walkthrough +[![Walk through demo](https://img.youtube.com/vi/zgiaPIp-ZZA/0.jpg)](https://www.youtube.com/watch?v=zgiaPIp-ZZA) ### 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.