jx tekton-to-actions convert

Converts tekton pipelines to github actions Aliases: kill

Usage

jx tekton to actions convert

Synopsis

Converts tekton pipelines to github actions

Examples

# Converts the tekton pipelines to actions
jx tekton-to-actions convert

Options

  -d, --dir string                  The directory to look for the .lighthouse folder (default ".")
  -h, --help                        help for convert
      --main-branches stringArray   The main branches for releases (default [main,master])
  -o, --output-dir string           The directory to write output files
  -p, --path string                 The relative path to dir to look for lighthouse files
  -r, --recursive                   Recursively find all '.lighthouse' folders such as if linting a Pipeline Catalog
      --remove-steps stringArray    The steps to remove (default [git-clone,setup-builder-home,git-merge])
      --runs-on string              The machine this runs on (default "ubuntu-latest")

Source

jenkins-x-plugins/jx-tekton-to-actions


Last modified April 20, 2021: chore: regenerated plugin docs (412f8f1671)