Jenkinsfile updateing the sumbodules
gitea.matetelki.eu/properhorse/master This commit looks good Details

master
denes 6 years ago
parent 9512b850fb
commit c676e675c7

6
Jenkinsfile vendored

@ -2,6 +2,12 @@ pipeline {
agent any
stages {
stage('Cloning git sumbodules') {
steps {
sh 'git submodule update --init --recursive'
}
}
stage('Generate page with Hugo') {
steps {
sh 'hugo --verbose --cacheDir=${WORKSPACE}/hugo_cache'

Loading…
Cancel
Save