update submodules

This commit is contained in:
Ell 2021-08-04 06:15:11 +02:00
parent c0f049b2b8
commit be7027b0b5

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'