Add docs checking Jenkinsfile

Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
Sven Dowideit 2016-08-22 12:19:30 +10:00
parent fd4dd8dd16
commit 98f81b154f

8
Jenkinsfile vendored Normal file
View file

@ -0,0 +1,8 @@
// Only run on Linux atm
wrappedNode(label: 'docker') {
deleteDir()
stage "checkout"
checkout scm
documentationChecker("docs")
}