update submodules in jenkinsfile

This commit is contained in:
Ell 2021-08-04 06:52:38 +02:00
parent 9b428b9e00
commit a5370a5cfd

5
Jenkinsfile vendored
View file

@ -1,6 +1,11 @@
pipeline {
agent any
stages {
stage('Submodules') {
steps {
sh 'git submodule update --init --recursive --force'
}
}
stage('Document') {
when {
branch 'main'