I have jenkins jobs running and update their status on my GitLab repository to relevant merge requests.
This opens a pipeline on a merge request, and all jobs reported from Jenkins are there.
In GitLab Merge Request settings there is an option to request that all pipelines must pass.
But I want to be specific and mention which jobs must pass since not ALL jobs in the pipeline must pass.
How can I do that without using a yml file (since I don’t have one and I prefer not to use one)?
As an example, in GitHub under branch protection rules, it is easy to just list the jobs that are “required” and those are the ones that must pass. I would just like to know where in the GitLab settings this can be done in a similar way.