diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-12-09 03:13:31 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-12-09 03:13:31 +0000 |
commit | 97b58a8a76559ddfed510c8a867c7dc1b0bbfc24 (patch) | |
tree | ae77c9dbd7bcbaa51b62b4668e3f2963a01ea86c /doc/api/jobs.md | |
parent | 386339e38e501273877d30001e98e3cc807b28bf (diff) | |
download | gitlab-ce-97b58a8a76559ddfed510c8a867c7dc1b0bbfc24.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/api/jobs.md')
-rw-r--r-- | doc/api/jobs.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/api/jobs.md b/doc/api/jobs.md index f3971fb5732..1a96564a38a 100644 --- a/doc/api/jobs.md +++ b/doc/api/jobs.md @@ -806,6 +806,10 @@ Example of response } ``` +NOTE: +You can't delete archived jobs with the API, but you can +[delete job artifacts and logs from jobs completed before a specific date](../administration/job_artifacts.md#delete-job-artifacts-and-logs-from-jobs-completed-before-a-specific-date) + ## Play a job Triggers a manual action to start a job. |