Relative Content

Tag Archive for gitlabgitlab-api

Gitlab API – what does the scope do when listing jobs

Using the Gitlab API, I can get a list of Jobs for a specific pipeline, as documented here: https://docs.gitlab.com/ee/api/jobs.html#list-pipeline-jobs. There is a scope attribute for the request documented there which has the description

Gitlab configure workflows on target branches on group level

In Gitlab, is it possible to setup workflow target branches as described here: https://docs.gitlab.com/ee/user/project/repository/branches/index.html#configure-workflows-for-target-branches
but on a group level, rather than project level? We have multiple projects within a group that should prescribe to the same rule.