Update Jenkinsfile

This commit is contained in:
Stas Bezuhlyi 2021-04-08 14:41:31 +03:00 committed by GitHub
parent 0087bfd2c4
commit cf348de19f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View file

@ -25,7 +25,7 @@ pipeline {
}
stage('CREATE ARTIFACT') {
steps {
echo 'Creating artifact..'
archiveArtifacts artifacts: 'spring-petclinic-2.4.2.jar', fingerprint: true, followSymlinks: false, onlyIfSuccessful: true
}
}
stage('Deploy') {