Added Jenkinsfile

This commit is contained in:
2021-06-15 14:27:24 -05:00
parent 47d808224f
commit 887417e68e
Vendored
+2 -2
View File
@@ -4,12 +4,12 @@ pipeline {
stage('error') {
agent {
docker {
image 'klakegg/hugo'
image 'klakegg/hugo:ci'
}
}
steps {
sh 'huge version'
sh 'hugo version'
}
}