Skip to content
Snippets Groups Projects
Commit 80dc4458 authored by Sébastien Blin's avatar Sébastien Blin
Browse files

jenkinsfile: use submodule update

Change-Id: I19d5e7550dc7101cfa5c0edbc03812a06232e014
parent 995bd420
No related branches found
No related tags found
No related merge requests found
......@@ -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
"""
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment