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