diff --git a/Jenkinsfile b/Jenkinsfile index 6566e08..47eeba7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -6,7 +6,7 @@ pipeline{ } agent any stages{ - stage('Checkout code'){ + stage('Checkout the code'){ steps{ echo 'cloning the repo'