From 1de47eddbfa75aa4a759f4a8b2e24905ec72c96c Mon Sep 17 00:00:00 2001 From: Tristan Radisson Date: Thu, 17 Aug 2023 12:04:10 +0200 Subject: [PATCH] CI: Disable sonarcloud --- .ci/jenkins/dsl/jobs.groovy | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.ci/jenkins/dsl/jobs.groovy b/.ci/jenkins/dsl/jobs.groovy index 8631303..abd20aa 100644 --- a/.ci/jenkins/dsl/jobs.groovy +++ b/.ci/jenkins/dsl/jobs.groovy @@ -35,11 +35,11 @@ Map getMultijobPRConfig(JenkinsFolder jobFolder) { [ id: 'kie-jpmml-integration', 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), - ] + // env : [ + // // Sonarcloud analysis only on main branch + // // As we have only Community edition + // ENABLE_SONARCLOUD: EnvUtils.isDefaultEnvironment(this, jobFolder.getEnvironmentName()) && Utils.isMainBranch(this), + // ] ] ] ] @@ -64,7 +64,7 @@ KogitoJobUtils.createNightlyBuildChainBuildAndDeployJobForCurrentRepo(this, '', // Environment nightlies setupSpecificBuildChainNightlyJob('native') -setupSpecificBuildChainNightlyJob('sonarcloud') +// setupSpecificBuildChainNightlyJob('sonarcloud') // Jobs with integration branch setupQuarkusIntegrationJob('quarkus-main') @@ -235,4 +235,4 @@ void setupStandaloneQuarkus3RewriteJob() { booleanParam('SEND_NOTIFICATION', false, 'In case you want the pipeline to send a notification on CI channel for this run.') } } -} \ No newline at end of file +}