Skip to content
This repository has been archived by the owner on May 17, 2024. It is now read-only.

Canny Capybara

Pre-release
Pre-release
Compare
Choose a tag to compare
@bigkevmcd bigkevmcd released this 04 May 20:16

New release, with support for sending commit-status notifications on success/failure of the generated PIpelineRun.

Enable --commit-statuses in the command for the deployment container.

This also improves access to the PipelineRun conversion mechanism.

$ ./tekton-ci convert --help
convert

Usage:
  tekton-ci convert --pipeline-file [flags]

Flags:
      --branch string           checkout and execute against this branch (default "master")
  -h, --help                    help for convert
      --pipeline-file string    YAML with pipeline description
      --repository-url string   e.g. https://github.com/my-org/my-repo.git

You can convert a CI definition into a PipelineRun with this.