diff --git a/Jenkinsfile b/Jenkinsfile index 4308008d4..c88139809 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -2,7 +2,7 @@ pipeline { agent any stages { - stage('Build'){ + stage('GitCheckout'){ steps { git 'https://github.com/saisrinisrinivas/spring-petclinic.git' }