Skip to content

Add description to job keyword

  • Please check this box if this contribution uses AI-generated content (including content generated by GitLab Duo features) as outlined in the GitLab DCO & CLA

What does this MR do and why?

Add description to jobs keyword to store information about the job.

Connected to #16481

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

Screenshot 2567-09-22 at 14.54.48.png

Screenshot 2567-09-22 at 14.54.42.png

How to set up and validate locally

  1. Add .gitlab-ci.yml

    rspec:
      script: rspec
      description: 'Unit tests for GitLab'
    
  2. Description should show on the sidebar job detail page.

Edited by Phawin Khongkhasawan

Merge request reports

Loading