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 { pipeline {
agent { agent any
docker {
image 'klakegg/hugo:latest'
}
}
stages { stages {
stage('') { stage('error') {
agent {
docker {
image 'klakegg/hugo'
}
}
steps { steps {
sh 'hugo build' sh 'huge version'
} }
} }