WARNING: Jenkins X version 2.x is unmaintained. Do not use it.
Please refer to the v3 documentation for the latest supported version.
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
- jx get build - Display one or more build resources
Auto generated by spf13/cobra on 2-Sep-2020
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.
Last modified September 2, 2020: updated jx commands & API docs from 2.1.138 (4fc0bedc90)