Update Jenkinsfile

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

2
Jenkinsfile vendored
View file

@ -19,7 +19,7 @@ pipeline {
steps {
echo 'Running build automation'
sh './gradlew build --no-daemon'
archiveArtifacts artifacts: 'dist/trainSchedule.zip'
archiveArtifacts artifacts: 'dist/petclinic.zip'
}
}
stage('Test') {