-
Notifications
You must be signed in to change notification settings - Fork 518
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
doc : Move build related documentation from plugins to jkube-kit/doc
(#1006)
#1712
Conversation
Eclipse JKube CI ReportStarted new GH workflow run for #1712 (2022-09-07T14:55:12Z) ⚙️ JKube E2E Tests (3008473824)
|
Codecov Report
@@ Coverage Diff @@
## master #1712 +/- ##
=========================================
Coverage 52.92% 52.92%
Complexity 3935 3935
=========================================
Files 464 464
Lines 20752 20752
Branches 2816 2816
=========================================
Hits 10983 10983
Misses 8646 8646
Partials 1123 1123 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
8190511
to
5c951fe
Compare
---- | ||
endif::[] | ||
|
||
[[jkube-plugin]] |
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.
JKube plugins deserve a complete separate section, maybe similar to profiles or any other generic feature JKube offers.
We can then link each operation section to its relevant JKubePlugin parts
[[jkube-plugin]] | ||
.JKube Plugins | ||
|
||
This plugin supports so call *jkube-plugins* which are used during the build phase. |
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.
This plugin supports so call *jkube-plugins* which are used during the build phase. | |
This plugin supports so call *jkube-plugins* which have entry points that can be bound to the different JKube operation phases. |
🤷
5c951fe
to
3dc371f
Compare
Signed-off-by: Rohan Kumar <rohaan@redhat.com>
3dc371f
to
f1ae0a6
Compare
While moving build plugins related docs to gradle; It makes more sense to move all documentation for image build related configuration options from plugins to jkube kit in order to avoid duplication. Signed-off-by: Rohan Kumar <rohaan@redhat.com>
f1ae0a6
to
51742b1
Compare
Kudos, SonarCloud Quality Gate passed! |
Description
to move all documentation for image build related configuration options
from plugins to jkube kit in order to avoid duplication.
quickstarts/maven/plugin
to gradleSigned-off-by: Rohan Kumar rohaan@redhat.com
Type of change
test, version modification, documentation, etc.)
Checklist