WARNING: Jenkins X version 2.x is unmaintained. Do not use it.
Please refer to the v3 documentation for the latest supported version.
jx step verify behavior
list of jx commands
jx step verify behavior
Verifies the cluster behaves correctly by running the BDD tests to verify we can create quickstarts, previews and promote applications
Synopsis
Verifies the cluster behaves correctly by running the BDD tests to verify we can create quickstarts, previews and promote applications.
jx step verify behavior [flags]
Examples
# runs the BDD tests on the current cluster to verify it behaves nicely
jx step verify behavior
Options
--branch string The git branch to use to run the BDD tests (default "master")
--credentials-secret string The name of the secret to generate the bdd credentials from, if not specified, the default git auth will be used
--git-organisation string Override the git org for the tests rather than reading from teamSettings
-u, --git-url string The git URL of the BDD tests pipeline (default "https://github.com/jenkins-x/bdd-jx.git")
-h, --help help for behavior
--no-import Create the pipeline directly, don't import the repository
--test-suite string Override the default test suite
--use-go-proxy Enable the GoProxy for the bdd tests
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 step verify - verify [command]
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)