OpenShift Build Operations: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 14: Line 14:
View build logs associated with a build object:
View build logs associated with a build object:


  oc logs -f builds/<''build-object-name''>
  oc logs -f builds/<''build-pod-name''>

Revision as of 04:34, 21 November 2017

Internal

Overview

View Builds for Project

oc get builds

View Build Logs

View build logs associated with a build object:

oc logs -f builds/<build-pod-name>