Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.

Commit

Permalink
Merge pull request #8 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 91497cc + b85b370 commit 5485513
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 @@ -41,9 +41,6 @@ Map getMultijobPRConfig(JenkinsFolder jobFolder) {
id: 'kogito-runtimes',
primary: true,
env : [
// 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} ${getRuntimesBuildMvnOptions(jobFolder).join(' ')}",
]
], [
Expand Down

0 comments on commit 5485513

Please sign in to comment.