mirror of
https://github.com/jwetzell/personal-site.git
synced 2026-09-10 08:29:34 +00:00
Delete Jenkinsfile
This commit is contained in:
Vendored
-17
@@ -1,17 +0,0 @@
|
|||||||
pipeline {
|
|
||||||
agent any
|
|
||||||
stages {
|
|
||||||
stage('Hugo Build') {
|
|
||||||
agent {
|
|
||||||
docker {
|
|
||||||
image 'klakegg/hugo:ci'
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
steps {
|
|
||||||
sh 'hugo build --minify --buildDrafts'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user