mirror of
https://github.com/jwetzell/personal-site.git
synced 2026-09-10 08:29:34 +00:00
Added Jenkinsfile
This commit is contained in:
Vendored
+9
-8
@@ -1,14 +1,15 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent {
|
agent any
|
||||||
docker {
|
|
||||||
image 'klakegg/hugo:latest'
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
stages {
|
stages {
|
||||||
stage('') {
|
stage('error') {
|
||||||
|
agent {
|
||||||
|
docker {
|
||||||
|
image 'klakegg/hugo'
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
steps {
|
steps {
|
||||||
sh 'hugo build'
|
sh 'huge version'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user