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