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'