Jenkinsfile: trouble with the cache dir
gitea.matetelki.eu/properhorse/master There was a failure building this commit Details

+ hugo
Error: failed to create file caches from configuration:
mkdir /tmp/hugo_cache/.matetelki.eu_properhorse_master: permission denied
master
denes 6 years ago
parent f0c8ed12ba
commit f5fe61236c

2
Jenkinsfile vendored

@ -4,7 +4,7 @@ pipeline {
stages {
stage('Generate page with Hugo') {
steps {
sh 'hugo'
sh 'hugo --verbose --cacheDir=./hugo_cache'
archiveArtifacts artifacts: 'public/**/*.*', fingerprint: true
}
}

Loading…
Cancel
Save