CI Minimalistic Developer's Guide

From Gcube Wiki
Revision as of 05:35, 31 May 2019 by Manuele.simi (Talk | contribs)

Jump to: navigation, search

This section collects the steps for gCube Developers to get started with the CI pipeline.

  1. Configure the development machine
  2. Create a new Git Repository in Gitea
  3. Import the SVN project into Git
  4. Enable Eclipse to work with Git
  5. Create the related Jenkins job
  6. Setting up the webhook on the Gitea Repository
  7. Clone the Git Repository on the development machine
  8. Switch the POM to inherit from the maven-parent 1.1.0-SNAPSHOT.
  9. Work on the project following the branching strategy
  10. At release time, perform the expected release activities

Back to the CI guide.