Update Jenkinsfile

This commit is contained in:
Stas Bezuhlyi 2021-04-01 15:44:34 +03:00 committed by GitHub
parent 2084ba74ae
commit a9701d8c86
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View file

@ -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'
}
}