Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Latest commit

 

History

History
21 lines (15 loc) · 654 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 654 Bytes

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