From 5bb27b2c7216332a9f3b0b5fac3439da66c4a92c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Locker?= Date: Mon, 20 Nov 2023 12:54:10 +0100 Subject: [PATCH] Disable Sonarcloud analysis on 8.13.x --- .ci/jenkins/dsl/jobs.groovy | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.ci/jenkins/dsl/jobs.groovy b/.ci/jenkins/dsl/jobs.groovy index f728fc4c3..e8da8ae68 100644 --- a/.ci/jenkins/dsl/jobs.groovy +++ b/.ci/jenkins/dsl/jobs.groovy @@ -12,6 +12,10 @@ Map getMultijobPRConfig() { [ id: 'optaweb-vehicle-routing', primary: true, + env : [ + // Disable Sonarcloud analysis. + DISABLE_SONARCLOUD: true, + ] ] ], ]