jenkinsfile: use submodule update

Change-Id: I19d5e7550dc7101cfa5c0edbc03812a06232e014
This commit is contained in:
Sébastien Blin
2022-12-02 15:57:21 -05:00
parent 995bd420aa
commit 80dc44580d

View File

@@ -55,9 +55,9 @@ pipeline {
stage('SCM Checkout') {
steps {
script {
// Checkout jami-project to obtain daemon/LRC/client-qt repositories
sh """
./build.py --init
git rev-parse HEAD
git submodule update --init --recursive
"""
}
}