Skip to main content

Project History

The History tab gives you a full record of all deployments made to your project. Use it to track what was deployed, when, by whom, and whether it succeeded.

Accessing Project History

Navigate to your project and click the History tab. The Deployment History table lists all past deployments in reverse chronological order, with pagination at the bottom for navigating older records.

Project History

Deployment History Table

Each row in the table represents a single deployment and includes the following columns:

ColumnDescription
Build SHAA unique identifier for the build artefact used in the deployment. Click the external link icon to view more details.
Commit SHAThe Git commit that triggered the deployment, linking the build to a specific code change.
URLThe public URL associated with the deployment, if available. Displays N/A if no URL is configured.
AuthorThe user or action that triggered the deployment (e.g. a username or Redeployment).
Build DurationHow long the build took to complete (e.g. 3m 54s).
Created AtWhen the deployment was created.
StatusThe outcome of the deployment. See possible values below.

Deployment Statuses

StatusDescription
DeployedThe deployment completed successfully and is live.
FailedThe deployment encountered an error and did not complete. Check the Logs tab for details.
CancelledThe deployment was cancelled before it could complete.

Rolling Back a Deployment

Deployments with a Deployed status may show a Rollback button alongside their status. Click it to revert your project to that specific deployment version. For a full walkthrough, see the Rollback guide.