Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[concierge-dev] Jenkins jobs

All,

as we moved our HIPP instance to a Jenkins based instance (see https://bugs.eclipse.org/bugs/show_bug.cgi?id=522763) I cleaned up the current build infrastructure. See current state at https://ci.eclipse.org/concierge/

I fixed all jobs now to run against GitHub repo. The job "Master_Build" will build when a push to repo has been done. The successor job "Master_PublishSnapshot" will post the build results as a snapshot build to http://download.eclipse.org/concierge/download/snapshots/?d

In addition I added two nightly builds: for R5.1 (currently master branch) and for R6.0 (currently branch "r6"). They will be built on 03:00am and 04:00am EST timezone.

I move all other jobs "work in progress" into a "test jobs" view so the view "CI_CD" contains now all valid and supported jobs.

I will start now again on testing to publish the maven artifacts to Eclipse repo and MavenCentral.

Bye, Jochen


Back to the top