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