Document RETRY build status

This change adds documentation for the new build status.

Change-Id: I0e74de383598f5b3383b6dd8a82ca99e5c59a148
This commit is contained in:
Tristan Cacqueray 2021-07-19 13:09:56 +00:00
parent 7e1e5a0176
commit a2b8b975d0
1 changed files with 3 additions and 0 deletions

View File

@ -997,6 +997,9 @@ A job build may have the following status:
**FAILURE** **FAILURE**
Job executed correctly, but exited with a failure. Job executed correctly, but exited with a failure.
**RETRY**
The ``pre-run`` playbook failed and the job will be retried.
**RETRY_LIMIT** **RETRY_LIMIT**
The ``pre-run`` playbook failed more than the maximum number of The ``pre-run`` playbook failed more than the maximum number of
retry ``attempts``. retry ``attempts``.