diff --git a/JenkinsFile b/JenkinsFile index 8200b1400..ae10c82b2 100644 --- a/JenkinsFile +++ b/JenkinsFile @@ -6,11 +6,6 @@ pipeline{ git 'https://github.com/dbmuse/spring-petclinic.git' } } - stage ('Build') { - steps { - sh 'mvn clean package' - junit '**/target/surefire-reports/Test-*.xml' - } - } + } } \ No newline at end of file