Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
feat(build): run Sonar analysis on both RELEASE and REFERENCE builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthieu Kermagoret committed Feb 19, 2019
1 parent f13eef3 commit bfb3d62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ try {
useDeltaValues: true,
failedNewAll: '0'
])
if (env.BUILD == 'REFERENCE') {
if ((env.BUILD == 'RELEASE') || (env.BUILD == 'REFERENCE')) {
withSonarQubeEnv('SonarQube') {
sh "./centreon-build/jobs/web/${serie}/mon-web-analysis.sh"
}
Expand Down

0 comments on commit bfb3d62

Please sign in to comment.