diff --git a/Jenkinsfile b/Jenkinsfile index e3a802f..525eaa7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -9,7 +9,6 @@ podTemplate(containers: [ node(POD_LABEL) { stage('Get a Gradle project') { - git 'https://github.com/spring-projects/spring-petclinic.git' container('gradle') { stage('Build a Gradle project') { sh '''