Преглед изворни кода

make yguard.xml files available from burgr

tags/7.5
Sébastien Lesaint пре 6 година
родитељ
комит
b4eb0429be
1 измењених фајлова са 7 додато и 3 уклоњено
  1. 7
    3
      build.gradle

+ 7
- 3
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}")
}

Loading…
Откажи
Сачувај