include submodule update in build
All checks were successful
dreamfall/morgan.mcmillian.dev/pipeline/head This commit looks good
All checks were successful
dreamfall/morgan.mcmillian.dev/pipeline/head This commit looks good
This commit is contained in:
parent
877b709ea9
commit
4ff94c92cb
1 changed files with 1 additions and 0 deletions
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
|
@ -4,6 +4,7 @@ pipeline {
|
||||||
stage('Build site') {
|
stage('Build site') {
|
||||||
steps {
|
steps {
|
||||||
mattermostSend "Site build started - ${env.JOB_NAME} ${env.BUILD_NUMBER} (<${env.BUILD_URL}|Open>)"
|
mattermostSend "Site build started - ${env.JOB_NAME} ${env.BUILD_NUMBER} (<${env.BUILD_URL}|Open>)"
|
||||||
|
sh 'git submodule update --init'
|
||||||
sh 'hugo'
|
sh 'hugo'
|
||||||
}
|
}
|
||||||
post {
|
post {
|
||||||
|
|
Loading…
Reference in a new issue