adds submodules to checkout

This commit is contained in:
2026-03-31 17:31:31 +02:00
parent ea1945983f
commit 3cd42fcb10

4
Jenkinsfile vendored
View File

@@ -92,6 +92,10 @@ node {
try { try {
stage('Checkout') { stage('Checkout') {
checkout scm checkout scm
sh '''
git submodule sync --recursive
git submodule update --init --recursive
'''
} }
stage('Check Canary Divergence') { stage('Check Canary Divergence') {