Delete Jenkinsfile

This commit is contained in:
2021-06-15 14:55:17 -05:00
committed by GitHub
parent 1f9cda8e22
commit e69afb14ab
Vendored
-17
View File
@@ -1,17 +0,0 @@
pipeline {
agent any
stages {
stage('Hugo Build') {
agent {
docker {
image 'klakegg/hugo:ci'
}
}
steps {
sh 'hugo build --minify --buildDrafts'
}
}
}
}