Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 804 Bytes

builds-basic-view-build-details.adoc

File metadata and controls

32 lines (24 loc) · 804 Bytes

Viewing build details

You can view build details with the web console or by using the oc describe CLI command.

This displays information such as:

  • The build source

  • The build strategy

  • The output destination

  • Digest of the image in the destination registry

  • How the build was created

If the build uses the Source strategy, the oc describe output also includes information about the source revision used for the build, including the commit ID, author, committer, and message.

Procedure

To view build details, run:

$ oc describe build <build_name>