Difference between revisions of "CI Minimalistic Developer's Guide"
From Gcube Wiki
Manuele.simi (Talk | contribs) |
Manuele.simi (Talk | contribs) |
||
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| | + | # 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.
- Configure the development machine
- Create a new 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 on the Gitea Repository
- Clone the Git Repository on the development machine
- Work on the project following the branching strategy
- At release time, perform the expected release activities
Back to the CI guide.