From d5576133cbd1b2572a95bd6872b1be5df2ba4853 Mon Sep 17 00:00:00 2001 From: Eric Hartmann Date: Mon, 28 May 2018 11:13:30 +0200 Subject: [PATCH] BUILD-646 Add Editions to ARTIFACTS_TO_PUBLISH --- build.gradle | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index bd55e6f901e..82c60eb7077 100644 --- a/build.gradle +++ b/build.gradle @@ -407,7 +407,10 @@ 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,com.sonarsource.governance:sonar-governance-plugin:jar,com.sonarsource.developer:sonar-developer-plugin:jar,com.sonarsource.ha:sonar-ha-plugin:jar,com.sonarsource.branch:sonar-branch-plugin:jar") + clientConfig.info.addEnvironmentProperty('ARTIFACTS_TO_PUBLISH', "${project.group}:sonar-application:zip," + + "com.sonarsource.sonarqube:sonarqube-developer:zip," + + "com.sonarsource.sonarqube:sonarqube-enterprise:zip," + + "com.sonarsource.sonarqube:sonarqube-datacenter:zip") // 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('PROJECT_VERSION', "${version}") } -- 2.39.5