aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Rautureau2018-10-23 16:53:59 +0200
committerElena Vilchik2018-10-23 16:53:59 +0200
commit80205507eb2c9b5cf22fa20145e331fcbcaecb1d (patch)
tree6a9d50b3dd2d48179cb5c62e9ccea69de9ebe4ce
parent22ad323c4cdc742f7498f1b9859ae2412ecd9be7 (diff)
downloadsonar-css-80205507eb2c9b5cf22fa20145e331fcbcaecb1d.tar.bz2
BUILD-715 update location of orchestrator properties (#134)
-rw-r--r--Jenkinsfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index 83c1604..f112c21 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -113,5 +113,5 @@ def withQAEnv(def body) {
String itBuildArguments(String sqRuntimeVersion) {
"-Pits -Dsonar.runtimeVersion=${sqRuntimeVersion} -Dorchestrator.artifactory.apiKey=${env.ARTIFACTORY_PRIVATE_API_KEY} " +
- "-Dorchestrator.configUrl=http://infra.internal.sonarsource.com/jenkins/orch-h2.properties -Dmaven.test.redirectTestOutputToFile=false clean verify -e -V"
+ "-Dorchestrator.configUrl=https://repox.sonarsource.com/orchestrator.properties/orch-h2.properties -Dmaven.test.redirectTestOutputToFile=false clean verify -e -V"
}