Update Jenkinsfile

This commit is contained in:
Stas Bezuhlyi 2021-04-08 14:45:14 +03:00 committed by GitHub
parent cf348de19f
commit 01eb2c736f
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 {
archiveArtifacts artifacts: 'spring-petclinic-2.4.2.jar', fingerprint: true, followSymlinks: false, onlyIfSuccessful: true
archiveArtifacts artifacts: 'target/spring-petclinic-2.4.2.jar', fingerprint: true, followSymlinks: false, onlyIfSuccessful: true
}
}
stage('Deploy') {