diff --git a/Jenkinsfile b/Jenkinsfile index 3e1f0a4..5d886a5 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -22,7 +22,6 @@ pipeline { sh """ #!/bin/bash mvn clean install """ - archiveArtifacts artifacts: '**/*.war, **/*.jar', onlyIfSuccessful: true } } stage('SonarQube analysis'){