Skip to content

Expose pipeline data in builds API

What does this MR do?

Exposes pipeline data in builds API, as suggested by #22367 (closed). The fields exposed were 'id', 'status', 'ref', and 'sha'.

Are there points in the code the reviewer needs to double check?

Changes were made only to lib/api/entities.rb

Why was this MR needed?

To implement requested feature.

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

#22367 (closed)

Closes #22367 (closed)

Merge request reports