Difference between revisions of "CI Minimalistic Developer's Guide"

From Gcube Wiki
Jump to: navigation, search
Line 1: Line 1:
This section collects some basic steps for gCube Developers to get started with the CI pipeline.
+
This section collects the basic steps for gCube Developers to get started with the CI pipeline.
 +
 
 +
# Configure the developer's machine
 +
# Create a Git Repository in Gitea
 +
# Import the SVN project into git
 +
# Enable Eclipse to work with Git
 +
# Create the related Jenkins job
 +
# Setting up the webhook
 +
# Follow the branching strategy
 +
# Release activities

Revision as of 16:38, 30 May 2019

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

  1. Configure the developer's machine
  2. Create a 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
  7. Follow the branching strategy
  8. Release activities