Skip to content
代码片段 群组 项目
未验证 提交 7f0f14a1 编辑于 作者: Kent Japhet Ballon's avatar Kent Japhet Ballon 提交者: GitLab
浏览文件

Update troubleshooting for failed trigger jobs

上级 4354c8e4
No related branches found
No related tags found
无相关合并请求
...@@ -804,6 +804,12 @@ With multi-project pipelines, the trigger job fails and does not create the down ...@@ -804,6 +804,12 @@ With multi-project pipelines, the trigger job fails and does not create the down
to run pipelines against the protected branch. See [pipeline security for protected branches](index.md#pipeline-security-on-protected-branches) to run pipelines against the protected branch. See [pipeline security for protected branches](index.md#pipeline-security-on-protected-branches)
for more information. for more information.
To identify which user is having permission issues in the downstream project, you can check the trigger job using the following command in the [Rails console](../../administration/operations/rails_console.md) and look at the `user_id` attribute.
```ruby
Ci::Bridge.find(<job_id>)
```
### Job in child pipeline is not created when the pipeline runs ### Job in child pipeline is not created when the pipeline runs
If the parent pipeline is a [merge request pipeline](merge_request_pipelines.md), If the parent pipeline is a [merge request pipeline](merge_request_pipelines.md),
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册