The icon of the organisation
Tekton Client
Inject the Tekton client without worrying about the complexity related to handling dependencies.

Installation

To add this extension to your project, use the relevant command in your Quarkus project directory:

Quarkus CLI

quarkus ext add io.quarkiverse.tektonclient:quarkus-tekton-client

Maven

./mvnw quarkus:add-extension -Dextensions="io.quarkiverse.tektonclient:quarkus-tekton-client"

Gradle

./gradlew addExtension --extensions="io.quarkiverse.tektonclient:quarkus-tekton-client"