Add docs checking Jenkinsfile

Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
pull/1919/head
Sven Dowideit 2016-08-22 12:19:30 +10:00
parent fd4dd8dd16
commit 98f81b154f
1 changed files with 8 additions and 0 deletions

8
Jenkinsfile vendored 100644
View File

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