-
Notifications
You must be signed in to change notification settings - Fork 193
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
KOGITO-7740: KN Workflow plugin does not allow to use RHBQ version #1175
Conversation
Does any of the checks produce the plugin binary to test or should I checkout the branch? |
@jstastny-cz The artifacts associated with this PR are available in the last [1] https://github.com/kiegroup/kie-tools/actions/runs/2836163777 |
@ljmotta Hi, do we track changes in documentation related to this PR anywhere, please? |
I've been able to run successfully command as
specifically |
@cimbalek These changes will be added in the https://github.com/kiegroup/kogito-docs/pull/135 @jstastny-cz Thanks for testing. Indeed I forgot a log there while I was testing. Could you please re-test? Also, regarding the https://issues.redhat.com/browse/KOGITO-7742, with those fixes, the default bom (quarkus-kogito-bom) should be generated. Edit: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks.
Co-authored-by: Jenkins CI <[email protected]>
JIRA
https://issues.redhat.com/browse/KOGITO-7740
On this PR
[--quarkus-platform-group-id|-G]
to change the the Quarkus platform group Id.--quarkus-version
. Now, the Quarkus version can be also changed with the-V
flag.--kogito-version
flag, as it should be determined by the quarkus-kogito-bom.config
subcommand as it should manipulate the bom version instead of extension versions.