Skip to content

Commit

Permalink
docs: Use the term "log file" for getting a job log file
Browse files Browse the repository at this point in the history
The GitLab docs refer to it as a log file:
https://docs.gitlab.com/ee/api/jobs.html#get-a-log-file

"trace" is the endpoint name but not a common term people will think
of for a "log file"
  • Loading branch information
JohnVillalovos authored and nejch committed Nov 18, 2022
1 parent 3a61f60 commit 9d2b1ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/gl_objects/pipelines_and_jobs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ Delete the artifacts of a job::

build_or_job.delete_artifacts()

Get a job trace::
Get a job log file / trace::

build_or_job.trace()

Expand Down

0 comments on commit 9d2b1ad

Please sign in to comment.