View prebuilds
Navigate to your project settings and click the Prebuilds tab. All project members can view prebuilds and their logs. Each prebuild shows:- Date & Time — when the prebuild was created.
- Class — the environment class and runner used.
- Triggered by / Ran as — the trigger source (push, schedule, or manual) and the user it ran as.
- Status & Duration — the current phase (pending, running, snapshotting, completed, failed, cancelled) and elapsed time. During snapshotting, a completion percentage is shown when available from the cloud provider.
- Snapshot Size — the size of the resulting snapshot, shown once the prebuild completes.
Configure prebuild settings
In the project Settings tab, the prebuild configuration section lets you:- Enable prebuilds — turn prebuilds on or off for the project.
- Select environment classes — choose which environment classes to prebuild.
- Schedule — set the daily prebuild time (hour in UTC).
- Executor — choose who runs prebuilds (yourself or a service account). The executor’s SCM credentials are used to clone the repository.
- Timeout — set the maximum duration for a prebuild (5 minutes to 2 hours, defaults to 1 hour).
- JetBrains warmup — pre-install the JetBrains backend and build project indexes during prebuilds so JetBrains editors start faster. See JetBrains warmup for details.