mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-11-22 11:23:29 +01:00
update submodules in jenkinsfile
This commit is contained in:
parent
9b428b9e00
commit
a5370a5cfd
1 changed files with 5 additions and 0 deletions
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
|
@ -1,6 +1,11 @@
|
|||
pipeline {
|
||||
agent any
|
||||
stages {
|
||||
stage('Submodules') {
|
||||
steps {
|
||||
sh 'git submodule update --init --recursive --force'
|
||||
}
|
||||
}
|
||||
stage('Document') {
|
||||
when {
|
||||
branch 'main'
|
||||
|
|
Loading…
Reference in a new issue