Skip to content

Commit

Permalink
Merge pull request kiegroup#10 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 27514c3 + f9dfc74 commit d6f4c64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
1 change: 1 addition & 0 deletions .ci/jenkins/config/branch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ environments:
- lts
- prod
sonarcloud:
enabled: false
auto_generation: false
env_vars:
ENABLE_SONARCLOUD: true
Expand Down
7 changes: 1 addition & 6 deletions .ci/jenkins/dsl/jobs.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -136,12 +136,7 @@ Map getMultijobPRConfig(JenkinsFolder jobFolder) {
jobs : [
[
id: 'drools',
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),
]
primary: true
], [
id: 'kogito-runtimes',
repository: 'kogito-runtimes'
Expand Down

0 comments on commit d6f4c64

Please sign in to comment.