From b4eb0429be8b5411b2213ad5c9e4481cfc0cf901 Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=A9bastien=20Lesaint?= Date: Wed, 13 Jun 2018 10:32:57 +0200 Subject: [PATCH] make yguard.xml files available from burgr --- build.gradle | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index bfc559928bd..2d2e2e90790 100644 --- a/build.gradle +++ b/build.gradle @@ -411,12 +411,16 @@ artifactory { clientConfig.info.setBuildName('sonar-enterprise') clientConfig.info.setBuildNumber(System.getenv('BUILD_NUMBER')) // Define the artifacts to be deployed to https://sonarsource.bintray.com on releases - clientConfig.info.addEnvironmentProperty('ARTIFACTS_TO_PUBLISH', "${project.group}:sonar-application:zip," + + clientConfig.info.addEnvironmentProperty('ARTIFACTS_TO_PUBLISH', + "${project.group}:sonar-application:zip," + "com.sonarsource.sonarqube:sonarqube-developer:zip," + "com.sonarsource.sonarqube:sonarqube-datacenter:zip," + "com.sonarsource.sonarqube:sonarqube-enterprise:zip") + clientConfig.info.addEnvironmentProperty('ARTIFACTS_TO_DOWNLOAD', + 'com.sonarsource.sonarqube:sonarcloud:zip,' + + 'com.sonarsource.sonarqube:sonarqube-developer:yguard,' + + 'com.sonarsource.sonarqube:sonarqube-datacenter:yguard,' + + 'com.sonarsource.sonarqube:sonarqube-enterprise:yguard') // The name of this variable is important because it's used by the delivery process when extracting version from Artifactory build info. - clientConfig.info.addEnvironmentProperty('ARTIFACTS_TO_DOWNLOAD', 'com.sonarsource.sonarqube:sonarcloud:zip') - // Define additional artifacts to display on BURGR clientConfig.info.addEnvironmentProperty('PROJECT_VERSION', "${version}") } -- 2.39.5