diff --git a/Jenkinsfile b/Jenkinsfile index c67396e..31df65f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -25,4 +25,9 @@ pipeline { } } } + post { + always { + archiveArtifacts artifacts: 'target/*-jar-with-dependencies.jar', onlyIfSuccessful: true + } + } } \ No newline at end of file