From 6225fd55b8cc76f4d5ca06e637ddb24f8baebccb Mon Sep 17 00:00:00 2001 From: maheshwaris1225-smn Date: Thu, 14 May 2026 16:08:39 +0530 Subject: [PATCH] Update Error-Handling --- Error-Handling | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Error-Handling b/Error-Handling index 8e4ad8d..d3fc33a 100644 --- a/Error-Handling +++ b/Error-Handling @@ -12,7 +12,7 @@ pipeline{ git 'https://github.com/Sonal0409/DevOpsCodeDemo.git' } } - stage('Compile the Code'){ + stage('Compile Code'){ steps{ sh 'mvn compile'