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
+2
-2
@@ -4,12 +4,12 @@ pipeline {
|
|||||||
stage('error') {
|
stage('error') {
|
||||||
agent {
|
agent {
|
||||||
docker {
|
docker {
|
||||||
image 'klakegg/hugo'
|
image 'klakegg/hugo:ci'
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
sh 'huge version'
|
sh 'hugo version'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user