jx tap run

Processes the .tap files generated by a pipeline

Usage

jx tap run

Synopsis

Processes the .tap files generated by a pipeline

Examples

# processes the generated tap files
jx tap run%!(EXTRA string=jx-tap)

Options

  -b, --batch-mode                   Runs in batch mode without prompting for user input
  -d, --dir string                   The directory to scan for *.tap files (default ".")
  -h, --help                         help for run
      --html                         generates HTML rather than commenting on the Pull Request
      --log-level string             Sets the logging level. If not specified defaults to $JX_LOG_LEVEL
  -n, --namespace string             The namespace. Defaults to the current namespace
      --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
      --write-log-timeout duration   The timeout for writing pipeline logs to the bucket (default 30m0s)

Source

jenkins-x-plugins/jx-tap


Last modified May 6, 2021: chore: regenerated plugin docs (2236def881)