mirror of https://github.com/docker/docs.git
clarified autobuild timeouts
This commit is contained in:
parent
64127a2360
commit
3ccdf1407a
|
@ -202,6 +202,8 @@ display for the build.
|
|||
|
||||

|
||||
|
||||
## Failing builds
|
||||
|
||||
If a build fails, a **Retry** icon appears next to the build report line on the
|
||||
**General** and **Builds** tabs. The **Build report** page and **Timeline logs** also display a **Retry** button.
|
||||
|
||||
|
@ -212,6 +214,15 @@ If a build fails, a **Retry** icon appears next to the build report line on the
|
|||
> If you are viewing the build details for a repository that belongs to an
|
||||
> Organization, the Cancel and Retry buttons only appear if you have `Read & Write` access to the repository.
|
||||
|
||||
Automated builds have a 4-hour execution time limit. If a build reaches this time limit, it's
|
||||
automatically cancelled, and the build logs display the following message:
|
||||
|
||||
```text
|
||||
2022-11-02T17:42:27Z The build was cancelled or exceeded the maximum execution time.
|
||||
```
|
||||
|
||||
This log message is the same as when you actively cancel a build. To identify
|
||||
whether a build was automatically cancelled, check the build duration.
|
||||
|
||||
## Disable an automated build
|
||||
|
||||
|
|
Loading…
Reference in New Issue