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

From Gcube Wiki
Jump to: navigation, search
Line 4: Line 4:
 
# Switch the POM to inherit from maven-parent 1.1.0 (the Jenkins project will not build until this step).
 
# Switch the POM to inherit from maven-parent 1.1.0 (the Jenkins project will not build until this step).
 
# Create the related [[Jenkins_Projects_(aka_Jobs)| Jenkins job]]
 
# Create the related [[Jenkins_Projects_(aka_Jobs)| Jenkins job]]
# [[setting up a webhook| https://wiki.gcube-system.org/gcube/GitHub/Jenkins:_Setting_up_Webhooks]]
+
# [[setting up a webhook| GitHub/Jenkins:_Setting_up_Webhooks]]

Revision as of 01:40, 26 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. Switch the POM to inherit from maven-parent 1.1.0 (the Jenkins project will not build until this step).
  3. Create the related Jenkins job
  4. GitHub/Jenkins:_Setting_up_Webhooks