Add support for nested SCMs#543
Merged
jkloetzke merged 4 commits intoBobBuildTool:masterfrom Dec 10, 2023
Merged
Conversation
Add support to checkout an SCM into a subdirectory of another SCM. This requires that the SCM with the upper directory is first in the list before any other SCMs in subdirectories. Additionally, SCMs that are natively supported by Jenkins plugins (git, svn), cannot be nested into the other SCMs (cvs, import, url). The reason is that Jenkins SCM plugins always execute before anything else in a Jenkins job. This relaxes the rules that did not allow any nesting before. There are some drawbacks of such setups. Namely, if an SCM is moved to the attic, all their nested SCMs are affected too.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #543 +/- ##
==========================================
+ Coverage 88.33% 88.38% +0.05%
==========================================
Files 46 46
Lines 14511 14541 +30
==========================================
+ Hits 12818 12852 +34
+ Misses 1693 1689 -4 ☔ View full report in Codecov by Sentry. |
138ac60 to
289a6e0
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.