-
Notifications
You must be signed in to change notification settings - Fork 523
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
fix (gradle-plugin) : OpenShiftExtension should pick up jkube.build.pushSecret
property (#2414)
#2415
Conversation
jkube.buildpushSecret
property (#2414)jkube.build.pushSecret
property (#2414)
Eclipse JKube CI ReportStarted new GH workflow run for #2415 (2023-10-06T10:06:56Z) ⚙️ JKube E2E Tests (6430058504)
|
…pushSecret` property (eclipse-jkube#2414) Add getOpenshiftPushSecretOrDefault method in OpenShiftExtension to pick up configuration value from property if it's not provided in groovy dsl Signed-off-by: Rohan Kumar <[email protected]>
c9f0263
to
767bde0
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs 100.0% Coverage The version of Java (11.0.18) you have used to run this analysis is deprecated and we will stop accepting it soon. Please update to at least Java 17. |
Codecov Report
@@ Coverage Diff @@
## master #2415 +/- ##
============================================
+ Coverage 59.36% 61.10% +1.74%
- Complexity 4586 4797 +211
============================================
Files 500 518 +18
Lines 21211 21395 +184
Branches 2830 2826 -4
============================================
+ Hits 12591 13074 +483
+ Misses 7370 7101 -269
+ Partials 1250 1220 -30
... and 68 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Description
Fixes #2414
Add getOpenshiftPushSecretOrDefault method in OpenShiftExtension to pick up configuration value from property if it's not provided in groovy dsl
Type of change
test, version modification, documentation, etc.)
Checklist