Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Re-using build from Hudson

Hi,

I want my Hudson job that runs the debug tests to re-use the CDT build artifacts from the cdt-master job,
instead of having to rebuild itself.

What I am thinking of is to create a maven 'repository' entry in the main pom.xml to point to:
http://hudson.eclipse.org/cdt/job/cdt-master/lastSuccessfulBuild/artifact/releng/org.eclipse.cdt.repo/target/repository/
I'd put that entry within a profile.

Is there a better way?

Thanks



Back to the top