jx get build pods

list of jx commands

jx get build pods

Displays the build pods and their details

Synopsis

Display the Tekton build pods

jx get build pods [flags]

Examples

  # List all the Tekton build pods
  jx get build pods
  
  # List all the pending Tekton build pods
  jx get build pods -p
  
  # List all the Tekton build pods for a given repository
  jx get build pods --repo cheese
  
  # List all the pending Tekton build pods for a given repository
  jx get build pods --repo cheese -p
  
  # List all the Tekton build pods for a given Pull Request
  jx get build pods --repo cheese --branch PR-1234

Options

      --branch string      Filters the branch
      --build string       Filter a specific build number
      --context string     Filters the context of the build
  -f, --filter string      Filters the build name by the given text
  -g, --giturl string      The git URL to filter on. If you specify a link to a github repository or PR we can filter the query of build pods accordingly
  -h, --help               help for pods
  -n, --namespace string   The namespace to look for the build pods. Defaults to the current namespace
  -o, --owner string       Filters the owner (person/organisation) of the repository
  -p, --pending            Filter builds which are currently pending or running
  -r, --repo string        Filters the build repository

Options inherited from parent commands

  -b, --batch-mode   Runs in batch mode without prompting for user input
      --verbose      Enables verbose output. The environment variable JX_LOG_LEVEL has precedence over this flag and allows setting the logging level to any value of: panic, fatal, error, warn, info, debug, trace

SEE ALSO

Auto generated by spf13/cobra on 2-Sep-2020