Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: enable generic Pipeline #4384

Merged
merged 9 commits into from
May 24, 2023
Merged

feat: enable generic Pipeline #4384

merged 9 commits into from
May 24, 2023

Conversation

squakez
Copy link
Contributor

@squakez squakez commented May 17, 2023

Enable the possibility to run a generic Pipeline instead of a "static" build. Detailed information how to use the new feature in the same PR documentation: https://github.com/apache/camel-k/blob/096d6ec53a1af13e02de8ca5c9d22422d3f482fd/docs/modules/ROOT/pages/pipeline/pipeline.adoc

4c493a4: enable the execution of any task, running an initContainer after the builder with the configuration provided by the user (via builder trait).
9e104b3: added conditions to Build with the result of each container execution. As side effect we now have also the result (success or failure) of builder and publisher task (enhancing ux a lot).

Ref #4281

Release Note

feat: enable customizable pipeline

Step required to prepare Camel K to manage a generic pipeline

Ref apache#4281
@squakez squakez added the kind/feature New feature or request label May 17, 2023
squakez added 5 commits May 18, 2023 17:05
It turns out, we did not need a big refactoring.
@squakez squakez marked this pull request as ready for review May 22, 2023 08:31
@squakez squakez merged commit 230343c into apache:main May 24, 2023
@squakez squakez deleted the feat/4281 branch May 24, 2023 13:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants