Skip to content
代码片段 群组 项目
未验证 提交 4b0c6fbf 编辑于 作者: Russell Dickenson's avatar Russell Dickenson 提交者: GitLab
浏览文件

Merge branch 'mc/document-deleting-ci-file-in-pep' into 'master'

Document deleting of referenced CI file in Pipeline execution policy

See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/158795



Merged-by: default avatarRussell Dickenson <rdickenson@gitlab.com>
Approved-by: default avatarAndy Schoenen <asoiron@gitlab.com>
Reviewed-by: default avatarAndy Schoenen <asoiron@gitlab.com>
Co-authored-by: default avatarMartin Čavoj <mcavoj@gitlab.com>
No related branches found
No related tags found
无相关合并请求
......@@ -50,7 +50,8 @@ the following sections and tables provide an alternative.
Note the following:
- Jobs variables from pipeline execution policies take precedence over the project's CI/CD configuration.
- Users triggering a pipeline must have at least read access to CI file specified in `content`.
- Users triggering a pipeline must have at least read access to the pipeline execution file specified in the pipeline execution policy, otherwise the pipelines do not start.
- If the pipeline execution file gets deleted or renamed, the pipelines in projects with the policy enforced might stop working.
- Pipeline execution policy jobs can be assigned to one of the two reserved stages:
- `.pipeline-policy-pre` at the beginning of the pipeline, before the `.pre` stage.
- `.pipeline-policy-post` at the very end of the pipeline, after the `.post` stage.
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册