Skip to main content

Lab 003: Jenkins MR Jobs


Requirements

Configure Jenkins to handle Merge Request (MR) jobs using the provided video tutorial.


Note

This page focuses on the video-based workflow for configuring Jenkins Merge Request jobs. Follow the embedded video for step-by-step guidance.

Prerequisites

  • Jenkins server is installed and running.
  • Admin user credentials are available.
  • GitLab integration (or similar SCM) is set up with Jenkins.
  • Required Jenkins plugins for MR handling are installed.

Verification

  • Confirm Jenkins can successfully receive and process Merge Request webhooks.
  • Confirm Jenkins jobs are triggered when MRs are created or updated.
  • Confirm job status is reported back to the SCM platform.

Steps


Resources