1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-05 08:05:24 +02:00

[releng] correct cdt site

Pick up pre-built CDT repo from the correct branch's job
(9.4 instead of master)

Change-Id: I115902c5f21a645ed550db3c01f1c0d43af5ceeb
This commit is contained in:
Jonah Graham 2018-02-10 21:08:13 +00:00
parent 0fdf3bc6c3
commit be792e53ea

View file

@ -20,7 +20,7 @@
<tycho-extras-version>1.0.0</tycho-extras-version> <tycho-extras-version>1.0.0</tycho-extras-version>
<cbi-plugins.version>1.1.3</cbi-plugins.version> <cbi-plugins.version>1.1.3</cbi-plugins.version>
<sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin> <sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin>
<cdt-site>http://hudson.eclipse.org/cdt/job/cdt-master/lastSuccessfulBuild/artifact/releng/org.eclipse.cdt.repo/target/repository</cdt-site> <cdt-site>http://hudson.eclipse.org/cdt/job/cdt-9.4/lastSuccessfulBuild/artifact/releng/org.eclipse.cdt.repo/target/repository</cdt-site>
<repo-path>tools/cdt/builds/9.4/nightly</repo-path> <repo-path>tools/cdt/builds/9.4/nightly</repo-path>
<sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis> <sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
<sonar.jacoco.reportPath>${project.basedir}/../../target/jacoco.exec</sonar.jacoco.reportPath> <sonar.jacoco.reportPath>${project.basedir}/../../target/jacoco.exec</sonar.jacoco.reportPath>