Difference between revisions of "CI Minimalistic Developer's Guide"
From Gcube Wiki
Manuele.simi (Talk | contribs) |
Manuele.simi (Talk | contribs) |
||
Line 1: | Line 1: | ||
− | This section collects | + | 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 15:38, 30 May 2019
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