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

From Gcube Wiki
Jump to: navigation, search
Line 5: Line 5:
 
# [[Import_from_SVN| Import the SVN]] project into git
 
# [[Import_from_SVN| Import the SVN]] project into git
 
# Enable [[Git_Eclipse|Eclipse]] to work with Git
 
# Enable [[Git_Eclipse|Eclipse]] to work with Git
# Create the related Jenkins job
+
# Create the related [[Jenkins_Projects_(aka_Jobs)| Jenkins job]]
# Setting up the webhook
+
# Setting up the [[Jenkins:_Setting_up_Webhooks#Webhook_on_the_Gitea_repository| webhook on the Gitea Repository]]
 
# Clone the Git Repository
 
# Clone the Git Repository
 
# Work on the project following the branching strategy
 
# Work on the project following the branching strategy

Revision as of 16:44, 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
  8. Work on the project following the branching strategy
  9. Release activities

Back to the CI guide.