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

From Gcube Wiki
Jump to: navigation, search
(Created page with "This section collects the steps for Developers to enable the CI pipeline with an existing GitHub repository. # Configure the development machine # Cr...")
 
Line 3: Line 3:
 
# Configure the [[Development_Machine| development machine]]
 
# Configure the [[Development_Machine| development machine]]
 
# Create the related [[Jenkins_Projects_(aka_Jobs)| Jenkins job]]
 
# Create the related [[Jenkins_Projects_(aka_Jobs)| Jenkins job]]
 +
# Switch the POM to inherit from maven-parent 1.1.0 (the Jenkins project will not build until this step).

Revision as of 17:41, 21 November 2019

This section collects the steps for Developers to enable the CI pipeline with an existing GitHub repository.

  1. Configure the development machine
  2. Create the related Jenkins job
  3. Switch the POM to inherit from maven-parent 1.1.0 (the Jenkins project will not build until this step).