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

From Gcube Wiki
Jump to: navigation, search
Line 1: Line 1:
 
This section collects the 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
+
# Configure the [[Development_Machine| development machine]]
# Create a Git Repository in Gitea
+
# Create a new [[Git_Repositories#Create%20a%20New%20Repository| Git Repository]] in Gitea
# Import the SVN project into git
+
# [[Import_from_SVN| Import the SVN]] project into git
# Enable Eclipse to work with Git
+
# Enable [[Git_Eclipse|Eclipse]] to work with Git
 
# Create the related Jenkins job
 
# Create the related Jenkins job
 
# Setting up the webhook
 
# Setting up the webhook
# Follow the branching strategy
+
# Clone the Git Repository
 +
# Work on the project following the branching strategy
 
# Release activities
 
# Release activities
 +
 +
''Back to the [[Continuous_Integration_procedure_(2019) | CI guide]].''

Revision as of 16:42, 30 May 2019

This section collects the basic 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
  7. Clone the Git Repository
  8. Work on the project following the branching strategy
  9. Release activities

Back to the CI guide.