Jenkins and Gitlab integration

From ETSI Forge
Revision as of 15:55, 4 October 2018 by Carignani (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Jenkins job configuration

  1. Create Jenkins job
  2. Set up permissions
J-permissions.png
  1. Set up Git information
J-git.png
  1. Set up the trigger
J-trigger.png
    • Remember to take note of the link to be used as a hook
    • Important: Click on advanced and generate a secure token to be used in Gitlab
  1. Set up post build actions
J-post.png

Gitlab project configuration

  1. Navigate to the project Integrations settings (e.g. [1])
  2. Insert the link generated by the Gitlab Plugin in Jenkins as the webhook uri
  3. Set the secret token
  4. click test and select "Push"

Debug build results

To investigate the results of a build in Gitlab, visit the page of a commit (or of a Merge Request) and click on the stage icon, as in the figure below:

To check the results of the build, click on the Icon next to "stage", then click on the "jenkins" step.

Once in Jenkins, you can access the console output in the menu on the left

Check-build-2.png