Skip to content
Maxim Nesen edited this page Jan 22, 2024 · 5 revisions

Jersey currently uses the following CI/CDs:

Jenkins

Eclipse Foundation provided a Jenkins infrastructure backed by Kubernetes. Each job is running in a container managed by the Kubernetes instance. The Eclipse Foundation agreed to install needed Jenkins plugins on a community request. This infrastructure is important as it is the main CI/CD pipeline, where the PRs are being tested. The nightly builds, TCK tests, and release jobs are here as well.

GitHub actions

Are used to validate each PR for the usage of Licensed technologies (3d party dependencies) which are legal for Eclipse Foundation in terms of licenses.

Release Process: