diff options
| author | David Rautureau | 2018-10-23 16:53:59 +0200 |
|---|---|---|
| committer | Elena Vilchik | 2018-10-23 16:53:59 +0200 |
| commit | 80205507eb2c9b5cf22fa20145e331fcbcaecb1d (patch) | |
| tree | 6a9d50b3dd2d48179cb5c62e9ccea69de9ebe4ce | |
| parent | 22ad323c4cdc742f7498f1b9859ae2412ecd9be7 (diff) | |
| download | sonar-css-80205507eb2c9b5cf22fa20145e331fcbcaecb1d.tar.bz2 | |
BUILD-715 update location of orchestrator properties (#134)
| -rw-r--r-- | Jenkinsfile | 2 |
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" } |
