Jenkins Pipelines

This repository contains the Jenkins Pipelines used for the EDC CI: https://ci.eclipse.org/edc/

Builds and publish all the components every night.

Builds and publish all the components.

Variables:

  • VERSION: the version to be published. If it doesn't end with -SNAPSHOT, the artifact will be published on maven central

Builds and publish a single component.

Variables:

  • REPO: the component repository
  • VERSION: the version to be published
  • BRANCH: the branch to be published