Signed-off-by: Sven Dowideit <[email protected]>
@@ -0,0 +1,8 @@
+// Only run on Linux atm
+wrappedNode(label: 'docker') {
+ deleteDir()
+ stage "checkout"
+ checkout scm
+
+ documentationChecker("docs")
+}