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') { stage('SCM Checkout') {
steps { steps {
script { script {
// Checkout jami-project to obtain daemon/LRC/client-qt repositories
sh """ sh """
./build.py --init git rev-parse HEAD
git submodule update --init --recursive
""" """
} }
} }