Adding Jenkinsfile
gitea.matetelki.eu/properhorse/master There was a failure building this commit Details

master
denes 6 years ago
parent 31854af3e4
commit f0c8ed12ba

13
Jenkinsfile vendored

@ -0,0 +1,13 @@
pipeline {
agent any
stages {
stage('Generate page with Hugo') {
steps {
sh 'hugo'
archiveArtifacts artifacts: 'public/**/*.*', fingerprint: true
}
}
}
}
Loading…
Cancel
Save