mirror of
https://github.com/jwetzell/personal-site.git
synced 2026-07-26 10:28:46 +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