Skip to content

Commit

Permalink
Merge pull request kiegroup#3 from radtriste/disable_sonarcloud
Browse files Browse the repository at this point in the history
Disable SonarCloud
  • Loading branch information
mareknovotny authored Oct 16, 2023
2 parents cb9f921 + 6476b31 commit 35a620a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .ci/jenkins/dsl/jobs.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ Map getMultijobPRConfig(JenkinsFolder jobFolder) {
primary: true,
env : [
NODE_OPTIONS: '--max_old_space_size=4096',
// Sonarcloud analysis only on main branch
// As we have only Community edition
ENABLE_SONARCLOUD: EnvUtils.isDefaultEnvironment(this, jobFolder.getEnvironmentName()) && Utils.isMainBranch(this),
BUILD_MVN_OPTS_CURRENT: "${defaultBuildMvnOptsCurrent} ${getAppsBuildMvnOptions(jobFolder).join(' ')}",
]
], [
Expand Down

0 comments on commit 35a620a

Please sign in to comment.