diff --git a/Jenkinsfile b/Jenkinsfile index ef10412bb..1233928c5 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -7,12 +7,6 @@ pipeline { } stages { - stage('Checkout') { - steps { - git 'https://github.com/vinayasuresh/spring-petclinic.git' - } - } - stage('Build App') { steps { sh 'mvn clean package -DskipTests'