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

From Gcube Wiki
Jump to: navigation, search
Line 9: Line 9:
 
# Clone the Git Repository on the development machine
 
# Clone the Git Repository on the development machine
 
# Work on the project following the [[Git_Branching_Strategy| branching strategy]]
 
# Work on the project following the [[Git_Branching_Strategy| branching strategy]]
# At release time, perform the expected [[Continuous_Integration:_Developer| Release activities]]
+
# At release time, perform the expected [[Continuous_Integration:_Developer| release activities]]
  
 
''Back to the [[Continuous_Integration_procedure_(2019) | CI guide]].''
 
''Back to the [[Continuous_Integration_procedure_(2019) | CI guide]].''

Revision as of 15:49, 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 on the Gitea Repository
  7. Clone the Git Repository on the development machine
  8. Work on the project following the branching strategy
  9. At release time, perform the expected release activities

Back to the CI guide.