Skip to content

Add pipeline and runner fields to job event webhook

Bian Jiaping requested to merge bianjp/gitlab-ce:feature-job-webhook into master

What does this MR do?

  • Add pipeline and runner fields to job event webhook
  • Change Gitlab::DataBuilder::Pipeline::hook_attrs, Gitlab::DataBuilder::Pipeline::runner_hook_attrs to class method to reuse the data structure for pipeline and runner

Resolve #62617 (moved).

Note: The source attribute in pipeline depends on !32373 (merged).

Does this MR meet the acceptance criteria?

Conformity

Performance and Testing

I'm new to GitLab source code and have no idea where and how to write tests. Please help.

Edited by Bian Jiaping

Merge request reports