Skip to content

Commit

Permalink
Enable trackingSubmodules so Jenkins can check out submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed Feb 27, 2025
1 parent 090889a commit 253316d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Jenkinsfile.meta
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ node {
depth: 1,
),
submodule(
recursiveSubmodules: true,
parentCredentials: true,
recursiveSubmodules: true,
trackingSubmodules: true,
),
cleanBeforeCheckout(),
cleanAfterCheckout(),
Expand Down

0 comments on commit 253316d

Please sign in to comment.