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