Skip to content

Commit

Permalink
WIP. Replace Tekton with Workflow
Browse files Browse the repository at this point in the history
Signed-off-by: cmoulliard <[email protected]>
  • Loading branch information
cmoulliard committed Sep 19, 2024
1 parent cd768c6 commit a5796e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Tekton Pipeline YAML Generator
# Workflow YAML Generator

![e2e testing workflow](https://github.com/ch007m/pipeline-dsl-builder/actions/workflows/e2e-testing.yaml/badge.svg)

The goal of this Quarkus Application is to simplify the life of the users when they play with Tekton or any compliant "provider" like [Konflux](https://konflux-ci.dev/) which uses an opinionated pipeline's [template](https://github.com/konflux-ci/build-definitions/blob/main/pipelines/template-build/template-build.yaml) to generate the required Tekton YAML resources.
The goal of this Quarkus Application is to simplify the life of the users when they play with a Workflow engine as Tekton, [Konflux](https://konflux-ci.dev/) to generate the required YAML resource :-)

The application has been designed around the following principles:

Expand Down

0 comments on commit a5796e4

Please sign in to comment.