aboutsummaryrefslogtreecommitdiffstats
path: root/Jenkinsfile
diff options
context:
space:
mode:
authorpynicolas2019-03-08 09:37:45 +0100
committerGitHub2019-03-08 09:37:45 +0100
commit55aaedf758611e51ba7c93e7e029ad54e430ab14 (patch)
tree294a3a52460c72a1ae60159dddec11571fa30018 /Jenkinsfile
parent44b4e8dbecf0bf03ce726e56846d83571196f380 (diff)
downloadsonar-css-55aaedf758611e51ba7c93e7e029ad54e430ab14.tar.bz2
Fix build after repox URL change (#155)
* Update travis-utils to v54 * Update repox URL in Jenkinsfile
Diffstat (limited to 'Jenkinsfile')
-rw-r--r--Jenkinsfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index c56c031..2a1cae0 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -111,5 +111,5 @@ def withQAEnv(def body) {
String itBuildArguments(String sqRuntimeVersion) {
"-Pits -Dsonar.runtimeVersion=${sqRuntimeVersion} -Dorchestrator.artifactory.apiKey=${env.ARTIFACTORY_PRIVATE_API_KEY} " +
- "-Dorchestrator.configUrl=https://repox.sonarsource.com/orchestrator.properties/orch-h2.properties -Dmaven.test.redirectTestOutputToFile=false clean verify -e -V"
+ "-Dorchestrator.configUrl=https://repox.jfrog.io/repox/orchestrator.properties/orch-h2.properties -Dmaven.test.redirectTestOutputToFile=false clean verify -e -V"
}