diff --git a/Jenkinsfile b/Jenkinsfile index 874423f6a..0d53aa50f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -18,7 +18,7 @@ pipeline { stage('Build') { steps { echo 'Running build automation' - sh './gradlew build --no-daemon' + sh 'mvn clean' archiveArtifacts artifacts: 'dist/petclinic.zip' } }