diff --git a/Jenkinsfile b/Jenkinsfile index c76cefbe9..7b4cf6511 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -16,6 +16,7 @@ pipeline { stages { stage('Build Tools') { steps { + sh 'git submodule update --init --recursive' sh 'make -j4 -C tools/' } }