mirror of
https://github.com/jwetzell/personal-site.git
synced 2026-09-10 16:39:31 +00:00
Added Jenkinsfile
This commit is contained in:
Vendored
+16
@@ -0,0 +1,16 @@
|
|||||||
|
pipeline {
|
||||||
|
agent {
|
||||||
|
docker {
|
||||||
|
image 'klakegg/hugo:latest'
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
stages {
|
||||||
|
stage('') {
|
||||||
|
steps {
|
||||||
|
sh 'hugo build'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user