diff options
| author | John L. Villalovos <john@sodarock.com> | 2022-11-17 14:57:51 -0800 |
|---|---|---|
| committer | Nejc Habjan <hab.nejc@gmail.com> | 2022-11-18 09:08:56 +0100 |
| commit | 9d2b1ad10aaa78a5c28ece334293641c606291b5 (patch) | |
| tree | 574a7e29d6bfbcf5879c2ccb157b44ac25a3af5e /docs/gl_objects | |
| parent | 3a61f601adaec7751cdcfbbcb88aa544326b1730 (diff) | |
| download | gitlab-9d2b1ad10aaa78a5c28ece334293641c606291b5.tar.gz | |
docs: Use the term "log file" for getting a job log file
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"
Diffstat (limited to 'docs/gl_objects')
| -rw-r--r-- | docs/gl_objects/pipelines_and_jobs.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/gl_objects/pipelines_and_jobs.rst b/docs/gl_objects/pipelines_and_jobs.rst index f0bdd3a..fd293a9 100644 --- a/docs/gl_objects/pipelines_and_jobs.rst +++ b/docs/gl_objects/pipelines_and_jobs.rst @@ -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() |
