Skip to content

Trigger pipeline for pre-main-jh

Related issue: https://jihulab.com/gitlab-cn/gitlab/-/issues/2715

What does this MR do and why?

Trigger pipeline for pre-main-jh branch.

Let it trigger pipeline same as main-jh default banch:


    - if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
      variables:
        <<: *default-ruby-variables
        <<: *default-branch-incident-variables
        PIPELINE_NAME: 'Ruby $RUBY_VERSION $CI_COMMIT_BRANCH branch pipeline'

Screenshots or screen recordings

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

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Baodong 编辑于

合并请求报告