Adding Jenkinsfile
gitea.matetelki.eu/properhorse/master There was a failure building this commit
Details
gitea.matetelki.eu/properhorse/master There was a failure building this commit
Details
parent
31854af3e4
commit
f0c8ed12ba
@ -0,0 +1,13 @@
|
||||
pipeline {
|
||||
agent any
|
||||
|
||||
stages {
|
||||
stage('Generate page with Hugo') {
|
||||
steps {
|
||||
sh 'hugo'
|
||||
archiveArtifacts artifacts: 'public/**/*.*', fingerprint: true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in new issue