-
Notifications
You must be signed in to change notification settings - Fork 519
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 (jkube-kit/common) : Add workDir configuration option in ExternalCommand #2308
feat (jkube-kit/common) : Add workDir configuration option in ExternalCommand #2308
Conversation
Eclipse JKube CI ReportStarted new GH workflow run for #2308 (2023-07-31T05:16:21Z) ⚙️ JKube E2E Tests (5710738715)
|
8a74d22
to
59148a8
Compare
Codecov Report
@@ Coverage Diff @@
## master #2308 +/- ##
============================================
+ Coverage 59.36% 60.16% +0.80%
- Complexity 4586 4643 +57
============================================
Files 500 508 +8
Lines 21211 21063 -148
Branches 2830 2783 -47
============================================
+ Hits 12591 12673 +82
+ Misses 7370 7174 -196
+ Partials 1250 1216 -34
... and 29 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
ah, sorry. Yes that one. |
…lCommand While executing a command, add a workDir configuration option so that command can be executed in directory other than current directory. Signed-off-by: Rohan Kumar <rohaan@redhat.com>
59148a8
to
839ff9a
Compare
SonarCloud Quality Gate failed. 0 Bugs 60.0% Coverage Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
Description
Related to #1674
While executing a command, add a workDir configuration option to execute the command in a directory other than the current directory.
This will be used in Spring Boot layered generator when we want to extract layers in the build output directory rather than the project's base directory.
Type of change
test, version modification, documentation, etc.)
Checklist