Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
Remove saving artifacts
  • Loading branch information
IndikaKuma authored Feb 1, 2021
1 parent b0163ad commit 143876d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ pipeline {
sh """ #!/bin/bash
mvn clean install
"""
archiveArtifacts artifacts: '**/*.war, **/*.jar', onlyIfSuccessful: true
}
}
stage('SonarQube analysis'){
Expand Down

0 comments on commit 143876d

Please sign in to comment.