WARNING: Jenkins X version 2.x is unmaintained. Do not use it.
Please refer to the v3 documentation for the latest supported version.
jx controller build
list of jx commands
jx controller build
Runs the build controller
Synopsis
Runs the build controller
jx controller build [flags]
Options
--fail-on-git-provider-error If enable then lets terminate quickly if we cannot create a git provider
--git-credentials If enable then lets run the 'jx step git credentials' step to initialise git credentials
--git-reporting If enabled then lets report pipeline success/failures to the git provider. Note this is purely tactical until we can do this natively inside tekton
-h, --help help for build
--job-url-base string The base URL, such as 'https://dashboard.jenkins-x.live', for generating the target URL for pipeline logs if git reporting is enabled.
-n, --namespace string The namespace to watch or defaults to the current namespace
--target-url-template --job-url-base The Go template for generating the target URL of pipeline logs/views if git reporting is enabled. If unspecified, a default will be used based on --job-url-base.
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 controller - Runs a controller
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)