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

[releng] correct nightly build location

Publish nightly 9.4 build to the correct location
on download.eclipse.org.

Change-Id: I6b2e439cf7cdc80f42e4b0ccbc273163ad6109bf
This commit is contained in:
Jonah Graham 2018-02-10 20:44:06 +00:00
parent 5fe2be43e7
commit 0fdf3bc6c3

View file

@ -21,7 +21,7 @@
<cbi-plugins.version>1.1.3</cbi-plugins.version>
<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>
<repo-path>tools/cdt/builds/master/nightly</repo-path>
<repo-path>tools/cdt/builds/9.4/nightly</repo-path>
<sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
<sonar.jacoco.reportPath>${project.basedir}/../../target/jacoco.exec</sonar.jacoco.reportPath>
<sonar.java.source>1.8</sonar.java.source>