Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.32 KB

resolution.md

File metadata and controls

33 lines (23 loc) · 1.32 KB

Tekton Pipeline Remote Resolution Docs

Getting Started Tutorial

For new users getting started with Tekton Pipeilne remote resolution, check out the resolution-getting-started.md tutorial.

Built-in Resolvers

  1. The bundles resolver, enabled by setting the enable-bundles-resolver feature flag to true.
  2. The git resolver, enabled by setting the enable-git-resolver feature flag to true.
  3. The hub resolver, enabled by setting the enable-hub-resolver feature flag to true.

Developer Howto: Writing a Resolver From Scratch

For a developer getting started with writing a new Resolver, see how-to-write-a-resolver.md and the accompanying resolver-template.

Resolver Reference: The interfaces and methods to implement

For a table of the interfaces and methods a resolver must implement along with those that are optional, see resolver-reference.md.


Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License.