Commit e25bb81b authored by Z.J. van de Weg's avatar Z.J. van de Weg

Add changelog entry

[ci skip]
parent 9e942b59
---
title: Rename builds to job for the v4 API
merge_request: 9463
author:
......@@ -634,7 +634,7 @@ module API
expose :id, :status, :stage, :name, :ref, :tag, :coverage
expose :created_at, :started_at, :finished_at
expose :user, with: User
expose :artifacts_file, using: JobArtifactFile, if: -> (build, opts) { build.artifacts? }
expose :artifacts_file, using: JobArtifactFile, if: -> (job, opts) { job.artifacts? }
expose :commit, with: RepoCommit
expose :runner, with: Runner
expose :pipeline, with: PipelineBasic
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment