Added Jenkinsfile

This commit is contained in:
2021-06-15 14:14:20 -05:00
parent d01bf3ca52
commit 47d808224f
Vendored
+9 -8
View File
@@ -1,14 +1,15 @@
pipeline {
agent {
docker {
image 'klakegg/hugo:latest'
}
}
agent any
stages {
stage('') {
stage('error') {
agent {
docker {
image 'klakegg/hugo'
}
}
steps {
sh 'hugo build'
sh 'huge version'
}
}