From f91ae913423a80654726067f678ecddac3a4bb52 Mon Sep 17 00:00:00 2001 From: Ramesh05 <61681213+Ramesh05@users.noreply.github.com> Date: Sat, 21 Jun 2025 18:20:44 +0530 Subject: [PATCH] Update Jenkins file Signed-off-by: Ramesh05 <61681213+Ramesh05@users.noreply.github.com> --- Jenkins file | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkins file b/Jenkins file index a7936625d..4aa01b62c 100644 --- a/Jenkins file +++ b/Jenkins file @@ -8,7 +8,7 @@ pipeline { } stage('install') { } - stage ('deploy') { + stage('deploy') { } } }