mirror of
https://github.com/jwetzell/personal-site.git
synced 2026-08-18 13:33:57 +00:00
Added Jenkinsfile
This commit is contained in:
Vendored
+2
-2
@@ -1,7 +1,7 @@
|
||||
pipeline {
|
||||
agent any
|
||||
stages {
|
||||
stage('error') {
|
||||
stage('Hugo Build') {
|
||||
agent {
|
||||
docker {
|
||||
image 'klakegg/hugo:ci'
|
||||
@@ -9,7 +9,7 @@ pipeline {
|
||||
|
||||
}
|
||||
steps {
|
||||
sh 'hugo version'
|
||||
sh 'hugo build --minify --buildDrafts'
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user