File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ gradle_its_template: &GRADLE_ITS_TEMPLATE
89
89
- source cirrus-env QA
90
90
- ./gradlew "${GRADLE_TASK}" "-P${ITS_PROJECT}"
91
91
" -Dsonar.runtimeVersion=${SQ_VERSION}"
92
- " -Dorchestrator.configUrl=https ://repox.jfrog.io/repox /orchestrator.properties/orch-h2 .properties"
92
+ " -Dorchestrator.configUrl=file :///$CIRRUS_WORKING_DIR /orchestrator.properties"
93
93
" -Dorchestrator.artifactory.accessToken=${ARTIFACTORY_ACCESS_TOKEN}"
94
94
" -DbuildNumber=$BUILD_NUMBER"
95
95
-Pqa --info --console plain --no-daemon --build-cache
@@ -214,7 +214,7 @@ qa_ruling_kotlin_compiler_task:
214
214
- source cirrus-env QA
215
215
- ./gradlew :its:ruling:test --tests "org.sonarsource.slang.SlangRulingTest.test_kotlin_compiler" -Pruling
216
216
" -Dsonar.runtimeVersion=${SQ_VERSION}"
217
- " -Dorchestrator.configUrl=https ://repox.jfrog.io/repox /orchestrator.properties/orch-h2 .properties"
217
+ " -Dorchestrator.configUrl=file :///$CIRRUS_WORKING_DIR /orchestrator.properties"
218
218
" -Dorchestrator.artifactory.accessToken=${ARTIFACTORY_ACCESS_TOKEN}"
219
219
" -DbuildNumber=$BUILD_NUMBER"
220
220
-Pqa --info --console plain --no-daemon --build-cache
Original file line number Diff line number Diff line change
1
+ java.io.tmpdir =${SONAR_TMP}
2
+ sonar.jdbc.dialect =h2
3
+ orchestrator.updateCenterUrl =http://update.sonarsource.org/update-center-dev.properties
You can’t perform that action at this time.
0 commit comments