diff --git a/jenkinsfile b/jenkinsfile index 7e83a4474..c3521ec0e 100644 --- a/jenkinsfile +++ b/jenkinsfile @@ -55,11 +55,5 @@ pipeline { ) } } - stage{ - steps{ - archiveArtifacts artifacts: '**target/*.jar', - onlyIfSuccessful: true - } - } } } \ No newline at end of file