diff --git a/Jenkinsfile b/Jenkinsfile index ee911ac94..f6c9f5dac 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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') {